瀏覽代碼

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:'资产找回请先绑定手机号',