소스 검색

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