更新项目索引,新增2026-03-24的开发进度同步会议记录,补充各角色的项目索引信息,确保文档同步原则得到确认。
This commit is contained in:
@@ -118,7 +118,7 @@ App({
|
||||
const pages = getCurrentPages()
|
||||
const cur = pages[pages.length - 1]
|
||||
const route = (cur && cur.route) || ''
|
||||
const needPrivacyPages = ['avatar-nickname', 'profile-edit', 'read', 'my', 'gift-pay/detail', 'index', 'settings']
|
||||
const needPrivacyPages = ['avatar-nickname', 'profile-edit', 'read', 'my', 'gift-pay/detail', 'settings']
|
||||
const needShow = needPrivacyPages.some(p => route.includes(p))
|
||||
if (cur && typeof cur.setData === 'function' && needShow) {
|
||||
cur.setData({ showPrivacyModal: true })
|
||||
|
||||
Reference in New Issue
Block a user