checkpoint: 冻结资金开工前龙先生小程序本地备份(不推远程)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-26 18:39:32 +08:00
parent 09df206fd8
commit 16eecd1278
53 changed files with 2057 additions and 1116 deletions

View File

@@ -126,6 +126,7 @@ Page(createPage({
iconKaoheZhongxin: icon(ICON_KEYS.FIGHTER_MINE_KAOHE_ZHONGXIN, 'beijing/kaohe/zhongxin.png'),
iconShangjia: icon(ICON_KEYS.FIGHTER_MINE_SHANGJIA, 'beijing/tubiao/grzx_shangjia.jpg'),
iconDashouAuth: icon(ICON_KEYS.FIGHTER_MINE_DASHOU_AUTH, 'beijing/tubiao/grzx_dashou.jpg'),
iconComplaint: icon(ICON_KEYS.FIGHTER_COMPLAINT_RECORD, 'beijing/guanshiduan/icon-contact.png'),
iconClear: icon(ICON_KEYS.FIGHTER_MINE_CLEAR, 'beijing/tubiao/grzx_qingchu.jpg'),
iconSwitch: icon(ICON_KEYS.FIGHTER_MINE_SWITCH, `${ICON_FOLDER}/fighter_mine_switch.png`),
iconRecord: icon(ICON_KEYS.FIGHTER_MINE_RECORD, 'beijing/guanshiduan/icon-record.png'),
@@ -329,7 +330,12 @@ Page(createPage({
push('contactZuzhang', '联系组长', img.iconContact);
}
push('goToKefu', '在线客服', img.iconKefu);
push('onTapShangjiaAuth', d.shangjiaCertified ? '进入商家端' : '商家认证', img.iconShangjia);
push('goToComplaintCreate', '投诉反馈', img.iconComplaint || img.iconContact);
push('goToComplaintList', '投诉记录', img.iconComplaint || img.iconRecord);
// 龙先生:不提供前端商家认证,仅已开通时进入商家端
if (d.shangjiaCertified) {
push('onTapShangjiaAuth', '进入商家端', img.iconShangjia);
}
push('onTapStaffAuth', isStaffMode() ? '商家客服工作台' : '商家客服入驻', img.iconKefu || img.iconShangjia);
if (d.showPindaoEntry) {
push('openPindaoModal', '频道', img.iconPindao);
@@ -1166,7 +1172,7 @@ Page(createPage({
enterShangjiaCenter() {
if (!this.data.shangjiaCertified) {
wx.navigateTo({ url: '/pages/verify/verify?type=shangjia' });
wx.showToast({ title: '请联系客服开通商家', icon: 'none' });
return;
}
enterLockedRole('shangjia', getApp());
@@ -1177,10 +1183,13 @@ Page(createPage({
this.enterShangjiaCenter();
return;
}
wx.navigateTo({ url: '/pages/verify/verify?type=shangjia' });
wx.showToast({ title: '请联系客服开通商家', icon: 'none' });
},
goToReceiveOrder() { wx.switchTab({ url: '/pages/accept-order/accept-order' }) },
goToComplaintList() { wx.navigateTo({ url: '/pages/gongdan/list/list' }) },
goToComplaintCreate() { wx.navigateTo({ url: '/pages/gongdan/create/create' }) },
async loadMyZhidingOrders() {
if (!isCenterPageActive(this, 'isDashou', 'dashoustatus')) return;
try {