checkpoint: 冻结资金开工前龙先生小程序本地备份(不推远程)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user