Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TianGongKaiWu-20251203
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
TianGongKaiWu-20251203
Commits
2548cd37
Commit
2548cd37
authored
Dec 17, 2025
by
天马流星拳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复弹窗显示逻辑问题
恢复被注释的弹窗显示代码,确保黑名单拦截、立即报名和报名成功弹窗能正常显示
parent
2119d07e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
store.ts
src/store/store.ts
+3
-3
No files found.
src/store/store.ts
View file @
2548cd37
...
...
@@ -120,17 +120,17 @@ class Store {
// 非白名单名单拦截弹窗
if
(
black
)
{
//
ModalCtrl.showModal(BlackPop);
ModalCtrl
.
showModal
(
BlackPop
);
}
// 立即报名弹窗
if
(
!
signInStatus
)
{
//
ModalCtrl.showModal(SetupPop);
ModalCtrl
.
showModal
(
SetupPop
);
}
// 报名成功的弹窗
if
(
giftPop
?.
pop
)
{
//
ModalCtrl.showModal(SetupSuccessPop);
ModalCtrl
.
showModal
(
SetupSuccessPop
);
}
// 上月理财成绩弹窗
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment