Browse Source

feature_20250722_金牌店档案收集

zhujindu 4 tháng trước cách đây
mục cha
commit
e8adf45919
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
         }
       });
     },