|
@@ -172,7 +172,6 @@
|
|
|
if (this.storeStatus.uuid) {
|
|
if (this.storeStatus.uuid) {
|
|
|
this.$router.push(url)
|
|
this.$router.push(url)
|
|
|
} else {
|
|
} else {
|
|
|
- // this.setRemindText('请前往PC端申请开店')
|
|
|
|
|
if (this.applyStatus === 'PREPARE') {
|
|
if (this.applyStatus === 'PREPARE') {
|
|
|
this.setRemindText('您的申请已提交,请耐心等待工作人员审核(2-3个工作日)')
|
|
this.setRemindText('您的申请已提交,请耐心等待工作人员审核(2-3个工作日)')
|
|
|
} else {
|
|
} else {
|
|
@@ -184,6 +183,8 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ } else if (url === '/mobile/user/address') {
|
|
|
|
|
+ this.$router.push(url)
|
|
|
} else if (!this.user.data.enterprise.uu || this.user.data.enterprise.isVendor !== 313) {
|
|
} else if (!this.user.data.enterprise.uu || this.user.data.enterprise.isVendor !== 313) {
|
|
|
this.setRemindText('请点击【开店申请】完善信息')
|
|
this.setRemindText('请点击【开店申请】完善信息')
|
|
|
} else {
|
|
} else {
|