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
aefc8aa3
Commit
aefc8aa3
authored
Dec 16, 2025
by
天马流星拳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 移除答题成功后延迟关闭面板的逻辑
立即执行任务查询和索引更新,避免不必要的延迟
parent
3bcc3fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.jsx
src/panels/answerPanel/index.jsx
+4
-4
No files found.
src/panels/answerPanel/index.jsx
View file @
aefc8aa3
...
...
@@ -72,10 +72,10 @@ class AnswerPanel extends React.Component {
startId
:
this
.
startId
,
})
if
(
success
)
{
setTimeout
(()
=>
{
this
.
handleClose
();
ModalCtrl
.
showModal
(
AnswerPrizePanel
,
data
.
options
[
0
]
||
{});
},
2000
)
//
setTimeout(() => {
//
this.handleClose();
//
ModalCtrl.showModal(AnswerPrizePanel, data.options[0] || {});
//
}, 2000)
taskStore
.
queryTaskInfo
();
store
.
updateIndex
();
}
...
...
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