Sfoglia il codice sorgente

feature_20250722_金牌店档案收集

zhujindu 4 mesi fa
parent
commit
e8adf45919
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
         }
       });
     },