Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydl-group-course
Overview
Overview
Details
Activity
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄志
ydl-group-course
Commits
a3b45a58
Commit
a3b45a58
authored
Mar 23, 2023
by
huangzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 优化登陆后刷新页面
parent
000c56e8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
+14
-1
web.vue
src/pages/web/web.vue
+14
-1
No files found.
src/pages/web/web.vue
View file @
a3b45a58
...
...
@@ -163,9 +163,22 @@ export default {
}
}
},
// 初始化页面
initPage
()
{
// 有二维码的页面
if
(
this
.
options
.
scene
)
{
uni
.
showLoading
({
title
:
'加载中'
,
})
this
.
getParamsByScene
(
this
.
options
.
scene
)
return
}
// 非二维码的页面
this
.
initWeviewUrl
()
},
// 登录成功后重新初始化
handleLoginSuccess
()
{
this
.
init
()
this
.
init
Page
()
},
},
}
...
...
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