chore: 停止上传开发文档并同步代码
- 从仓库索引移除 开发文档/(本地保留) - 忽略 wechat/info.log 与 soul-api-linux - 同步小程序/管理端/API改动 Made-with: Cursor
This commit is contained in:
@@ -57,6 +57,9 @@ Page({
|
||||
// 加载状态
|
||||
loading: true,
|
||||
|
||||
// 审核模式
|
||||
auditMode: false,
|
||||
|
||||
// 链接卡若 - 留资弹窗
|
||||
showLeadModal: false,
|
||||
leadPhone: '',
|
||||
@@ -115,6 +118,9 @@ Page({
|
||||
console.log('[Index] TabBar 组件未找到或 getTabBar 方法不存在')
|
||||
}
|
||||
|
||||
// 同步审核模式
|
||||
this.setData({ auditMode: app.globalData.auditMode })
|
||||
|
||||
// 更新用户状态
|
||||
this.updateUserStatus()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user