From 91ca5d3a9d43f1b73fe6ff1b8a0d5dda599fbb7d Mon Sep 17 00:00:00 2001
From: zhouhao <787329763@qq.com>
Date: Wed, 03 Nov 2021 14:03:07 +0800
Subject: [PATCH] 代理新增编辑门店信息功能完成

---
 src/views/old/store/wx-pay-score.vue |   67 +++++++++++++++++++++++++++------
 1 files changed, 54 insertions(+), 13 deletions(-)

diff --git a/src/views/old/store/wx-pay-score.vue b/src/views/old/store/wx-pay-score.vue
index 0c0974c..53d4403 100644
--- a/src/views/old/store/wx-pay-score.vue
+++ b/src/views/old/store/wx-pay-score.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2019-08-30 13:38:35
  * @LastEditors: Please set LastEditors
- * @LastEditTime: 2021-09-16 10:35:33
+ * @LastEditTime: 2021-09-16 16:44:31
  * @Description:
  -->
 
@@ -9,11 +9,10 @@
     <div class="hb-credit-installment h-100-g">
         <van-nav-bar
             title="和微分"
-            left-text="返回"
+            :right-text="hnOrnxtype==410000?'':'授权测试'"
             left-arrow
-            fixed
             @click-left="onClickLeft"
-            style="line-height: 43px;"
+            @click-right="qrCodePage()"
         >
             <i
                 v-if='hnOrnxtype==410000'
@@ -21,10 +20,24 @@
                 slot="left"
                 style="font-size: 25px;"
             ></i>
-            <span v-else  slot="left" >
-
-            </span>
+            <span v-else  slot="left" ></span>
         </van-nav-bar>
+        <!-- <van-nav-bar
+            title="和微分"
+            left-text="返回"
+            left-arrow
+            fixed
+            @click-left="onClickLeft"
+            style="line-height: 43px;"
+        >  
+        
+            <template #left >
+            
+            </template>
+            <template #right >
+                 <div  class="head-right" v-on:click="qrCodePage()">授权测试</div>
+            </template>
+        </van-nav-bar> -->
         <div class="search">
             <van-field
                 rows="1"
@@ -405,7 +418,13 @@
                 query: queryObj,
             });
         },
-    },
+        qrCodePage() {
+            this.$router.push({
+                path: "/wx-test-code",
+                query: "",
+            });
+        },
+    }
 };
 </script>
 <style lang="less" scoped>
@@ -429,10 +448,11 @@
     }
 }
 //搜索框
-// .search {
-//     margin-bottom: 20px;
-//     padding: 5px 10px;
-// }
+.search {
+    padding: 5px 10px;
+    box-sizing: border-box;
+}
+
 .mer {
     width: 100%;
     height: 150px;
@@ -496,7 +516,6 @@
 
 .hb-credit-installment {
     background-color: #f5f5f7;
-    padding:50px 0;
     min-height: 100%;
     box-sizing: border-box;
     .title {
@@ -561,4 +580,26 @@
 .weui-select{
     font-size: 14px;
 }
+.weui-label{
+    font-size: 14px;
+}
+.van-cell .van-cell__title{
+    font-size: 14px !important;
+}
+.van-field__body{
+    font-size: 14px !important; 
+}
+.van-picker-column__wrapper{
+    line-height:24px !important;
+}
+.van-ellipsis{
+    font-size:12px ;
+    overflow: inherit;
+    white-space: inherit;
+    text-overflow: inherit;
+    display: flex;
+    justify-content: center;
+    align-items: center;
+}
+
 </style>
\ No newline at end of file

--
Gitblit v1.8.0