@@ -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;
});
},