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

@@ -38,6 +38,12 @@ Page(createPage({
onLoad(options) {
const type = options.type || ''
// 龙先生:商家仅后台开通,禁止前端自助认证
if (type === 'shangjia') {
wx.showToast({ title: '请联系客服开通商家', icon: 'none' })
setTimeout(() => wx.navigateBack({ fail: () => wx.switchTab({ url: '/pages/mine/mine' }) }), 500)
return
}
if (!API_MAP[type]) {
wx.showToast({ title: '认证类型错误', icon: 'none' })
setTimeout(() => wx.navigateBack(), 1500)