|
@@ -176,7 +176,7 @@
|
|
|
// 判断是否审核中
|
|
|
this.storeApply = this.$store.state.vuex_storeAuthInfo
|
|
|
if(this.storeApply){
|
|
|
- this.isRead = this.storeApply.auditStatus == 'WAIT'
|
|
|
+ this.isRead = this.storeApply.auditStatus == 'WAIT' || this.storeApply.auditStatus == 'PASS'
|
|
|
this.tipTit = this.storeApply.auditStatus == 'WAIT' ? '门店认证资料审核中,请耐心等待' : (this.storeApply.auditStatus == 'REFUSE' ? '门店认证资料审核不通过,请重新提交审核!' : '')
|
|
|
this.form = Object.assign(this.form, this.storeApply)
|
|
|
this.storePhotoList = this.form.storeImage ? [{url:this.form.storeImage}] : []
|
|
@@ -187,7 +187,7 @@
|
|
|
this.findDealer()
|
|
|
}else{
|
|
|
// this.form.contactPhone = this.$store.state.vuex_userInfo.mobile
|
|
|
- this.form.contactPhone = '13709146193'
|
|
|
+ this.form.contactPhone = '11223564569'
|
|
|
this.tipTit = ''
|
|
|
}
|
|
|
},
|