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:
BAKEYi 2026-06-02 15:25:12 +08:00
commit e253399699
3 changed files with 4 additions and 4 deletions

View File

@ -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. / ===

View File

@ -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();

View File

@ -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 || {};
} }