[baozhangchao] 3 years ago
parent
commit
5df99add0d
3 changed files with 7 additions and 8 deletions
  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 View File

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

+ 6
- 1
src/views/UserCenter.vue View File

@@ -10,7 +10,7 @@
10 10
         </div>
11 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 14
         <van-button
15 15
           round
16 16
           type="info"
@@ -70,6 +70,11 @@ export default {
70 70
     divShow() {
71 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 80
 </script>

+ 1
- 1
src/views/userPages/SetUser.vue View File

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