From 9610fe26797f6bb5d9d077b14c19f44f455e49d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E6=9D=B0?= <727475508@qq.com> Date: Tue, 2 Jun 2026 15:23:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E6=88=90=E5=95=86=E5=AE=B6?= =?UTF-8?q?=E6=94=B9=E7=89=88=E7=9B=B8=E5=85=B3=E9=A1=B5=E9=9D=A2=E4=B8=8E?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=B7=A5=E5=85=B7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/artisan/profile.vue | 2 +- pages/home/home.vue | 4 ++-- pages/ruzhu/successruzhu.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/artisan/profile.vue b/pages/artisan/profile.vue index bbf4a0c..99cc2d2 100644 --- a/pages/artisan/profile.vue +++ b/pages/artisan/profile.vue @@ -637,7 +637,7 @@ // === 1. 审核中 === // 跳转到最新确认的专属进度/客服二维码页面 uni.navigateTo({ - url: '/pages/ruzhu/submitres' + url: '/pages/ruzhu/ruzhu?type=1' }); } else if (state === 0) { // === 2. 待完善 / 被驳回 === diff --git a/pages/home/home.vue b/pages/home/home.vue index 219e33b..93b14b9 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -395,7 +395,7 @@ export default { if (this.isUnderReview) { // === 查看进度 === uni.navigateTo({ - url: '/pages/ruzhu/submitres' + url: '/pages/ruzhu/ruzhu?type=1' }); } else { // === 去认证 / 被驳回重新认证 === @@ -410,7 +410,7 @@ export default { uni.navigateTo({ url: '/pages/ruzhu/ruzhu' }); } else if (this.isUnderReview) { // 如果在横幅里处于审核中,也送去进度页 - uni.navigateTo({ url: '/pages/ruzhu/submitres' }); + uni.navigateTo({ url: '/pages/ruzhu/ruzhu?type=1' }); } else { // 已经开启入驻但没完成表单,继续去填表! this.navigateToForm(); diff --git a/pages/ruzhu/successruzhu.vue b/pages/ruzhu/successruzhu.vue index b7a04db..e450ebc 100644 --- a/pages/ruzhu/successruzhu.vue +++ b/pages/ruzhu/successruzhu.vue @@ -35,7 +35,7 @@ export default { async getCustomerService() { try { const res = await request.post('/sj/userSjAuth/getCustomerService'); - console.log('客服接口返回:', JSON.stringify(res)); + console.log('客服接口返回:', res); if (res && (res.state == 1 || res.code == 200)) { this.infoData = res.data || {}; }