|
@@ -202,8 +202,8 @@ export default {
|
|
|
: [];
|
|
: [];
|
|
|
this.detail = res.data;
|
|
this.detail = res.data;
|
|
|
this.mobileStatus = res.data.mobileStatus;
|
|
this.mobileStatus = res.data.mobileStatus;
|
|
|
- // mobileStatus 1是 是否验证通过
|
|
|
|
|
- if (res.data.mobileStatus == '1') {
|
|
|
|
|
|
|
+ // mobileStatus 是否验证通过 1,2是
|
|
|
|
|
+ if (res.data.mobileStatus == '1' || res.data.mobileStatus == '2') {
|
|
|
this.verificationPassedPhoneNum = this.detail.ownerMobile;
|
|
this.verificationPassedPhoneNum = this.detail.ownerMobile;
|
|
|
}
|
|
}
|
|
|
// 验证码和发送按钮是否显示
|
|
// 验证码和发送按钮是否显示
|