Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
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
FH
飞鹤小程序
Commits
12401242
Commit
12401242
authored
Oct 21, 2025
by
劳琪峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修复活动页直接打开白屏的问题
parent
4fd99654
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
index.vue
pages/activity/index.vue
+3
-2
No files found.
pages/activity/index.vue
View file @
12401242
...
@@ -47,9 +47,10 @@ const handleBack = () => {
...
@@ -47,9 +47,10 @@ const handleBack = () => {
}
}
async
function
ensureAutoLogin
()
{
async
function
ensureAutoLogin
()
{
if
(
!
globalStore
.
cuk
)
{
//debugger
//if (!globalStore.cuk) {
await
userStore
.
normalAutoLogin
()
await
userStore
.
normalAutoLogin
()
}
//
}
}
}
onShow
(
async
()
=>
{
onShow
(
async
()
=>
{
...
...
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