[baozhangchao] 3 年之前
父節點
當前提交
5df99add0d
共有 3 個文件被更改,包括 7 次插入8 次删除
  1. 0
    6
      src/views/StrongPhoto.vue
  2. 6
    1
      src/views/UserCenter.vue
  3. 1
    1
      src/views/userPages/SetUser.vue

+ 0
- 6
src/views/StrongPhoto.vue 查看文件

77
     this.onBanner()
77
     this.onBanner()
78
     this.onLoadSort()
78
     this.onLoadSort()
79
     this.dataResort()
79
     this.dataResort()
80
-
81
-    // if (this.buttList.length >= 2) {
82
-    //   this.iconShow = true
83
-    // } else {
84
-    //   this.iconShow = false
85
-    // }
86
   },
80
   },
87
   methods: {
81
   methods: {
88
     showBig(val) {
82
     showBig(val) {

+ 6
- 1
src/views/UserCenter.vue 查看文件

10
         </div>
10
         </div>
11
       </div>
11
       </div>
12
 
12
 
13
-      <div v-else class="userInfo-button-zhuce" @click="seeUserInfo()">
13
+      <div v-else class="userInfo-button-zhuce" @click="seeUserInfo">
14
         <van-button
14
         <van-button
15
           round
15
           round
16
           type="info"
16
           type="info"
70
     divShow() {
70
     divShow() {
71
       return !!this.person?.phone
71
       return !!this.person?.phone
72
     }
72
     }
73
+  },
74
+  methods: {
75
+    seeUserInfo() {
76
+      this.$router.push({ name: 'SetUser', query: {} })
77
+    }
73
   }
78
   }
74
 }
79
 }
75
 </script>
80
 </script>

+ 1
- 1
src/views/userPages/SetUser.vue 查看文件

170
       .van-field {
170
       .van-field {
171
         margin-bottom: 2em;
171
         margin-bottom: 2em;
172
         font-size: 17px;
172
         font-size: 17px;
173
-        font-weight: 600;
173
+        // font-weight: 600;
174
       }
174
       }
175
     }
175
     }
176
   }
176
   }