Merge branch 'mrr_sj_develop_hjy_20260520_商家改版' of https://gitee.com/qtvbidt/mrr.sj.front into mrr_sj_develop_hjy_20260520_商家改版
This commit is contained in:
commit
e253399699
|
|
@ -637,7 +637,7 @@
|
||||||
// === 1. 审核中 ===
|
// === 1. 审核中 ===
|
||||||
// 跳转到最新确认的专属进度/客服二维码页面
|
// 跳转到最新确认的专属进度/客服二维码页面
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/ruzhu/submitres'
|
url: '/pages/ruzhu/ruzhu?type=1'
|
||||||
});
|
});
|
||||||
} else if (state === 0) {
|
} else if (state === 0) {
|
||||||
// === 2. 待完善 / 被驳回 ===
|
// === 2. 待完善 / 被驳回 ===
|
||||||
|
|
|
||||||
|
|
@ -395,7 +395,7 @@ export default {
|
||||||
if (this.isUnderReview) {
|
if (this.isUnderReview) {
|
||||||
// === 查看进度 ===
|
// === 查看进度 ===
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/ruzhu/submitres'
|
url: '/pages/ruzhu/ruzhu?type=1'
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
// === 去认证 / 被驳回重新认证 ===
|
// === 去认证 / 被驳回重新认证 ===
|
||||||
|
|
@ -410,7 +410,7 @@ export default {
|
||||||
uni.navigateTo({ url: '/pages/ruzhu/ruzhu' });
|
uni.navigateTo({ url: '/pages/ruzhu/ruzhu' });
|
||||||
} else if (this.isUnderReview) {
|
} else if (this.isUnderReview) {
|
||||||
// 如果在横幅里处于审核中,也送去进度页
|
// 如果在横幅里处于审核中,也送去进度页
|
||||||
uni.navigateTo({ url: '/pages/ruzhu/submitres' });
|
uni.navigateTo({ url: '/pages/ruzhu/ruzhu?type=1' });
|
||||||
} else {
|
} else {
|
||||||
// 已经开启入驻但没完成表单,继续去填表!
|
// 已经开启入驻但没完成表单,继续去填表!
|
||||||
this.navigateToForm();
|
this.navigateToForm();
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ export default {
|
||||||
async getCustomerService() {
|
async getCustomerService() {
|
||||||
try {
|
try {
|
||||||
const res = await request.post('/sj/userSjAuth/getCustomerService');
|
const res = await request.post('/sj/userSjAuth/getCustomerService');
|
||||||
console.log('客服接口返回:', JSON.stringify(res));
|
console.log('客服接口返回:', res);
|
||||||
if (res && (res.state == 1 || res.code == 200)) {
|
if (res && (res.state == 1 || res.code == 200)) {
|
||||||
this.infoData = res.data || {};
|
this.infoData = res.data || {};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue