소스 검색

Merge branch 'feature_20250722_金牌店档案收集' into uat(dev)

zhujindu 5 달 전
부모
커밋
99edd6dfcd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/storeManagement/JPattributeEditor.vue

+ 1 - 1
src/views/storeManagement/JPattributeEditor.vue

@@ -160,7 +160,7 @@ export default {
             this.verificationPassedPhoneNum = this.detail.ownerMobile;
           }
           // 验证码和发送按钮是否显示
-          this.verifyMobile = this.mobileStatus == '0' ? true : false;
+          this.verifyMobile = this.mobileStatus == '0' ? false : true;
         }
       });
     },