Преглед изворни кода

fix:资产找回请先绑定手机号

zhanghui пре 2 година
родитељ
комит
7817693737
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pages/my/index.vue

+ 1 - 1
pages/my/index.vue

@@ -157,7 +157,7 @@ export default {
   methods: {
     clickListItem(e){
       console.log(e)
-      if (this.userInfo.phone && e.title==='资产找回'){
+      if (!this.userInfo.phone && e.title==='资产找回'){
         uni.showModal({
           title:'温馨提示',
           content:'资产找回请先绑定手机号',