소스 검색

feature_20250722_金牌店档案收集

zhujindu 4 달 전
부모
커밋
e8adf45919
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;
         }
       });
     },