Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
walk_daka_h5
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
穆启卓
walk_daka_h5
Commits
4034c167
Commit
4034c167
authored
Apr 15, 2019
by
穆启卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关闭去小程序弹框就刷新数据
parent
b603bd7e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
HaveJoinedGame.vue
src/views/HaveJoinedGame.vue
+5
-0
No files found.
src/views/HaveJoinedGame.vue
View file @
4034c167
...
@@ -173,6 +173,7 @@ export default {
...
@@ -173,6 +173,7 @@ export default {
created
()
{
created
()
{
this
.
getPageData
();
this
.
getPageData
();
this
.
isPopup
();
this
.
isPopup
();
// 支付成功弹框
if
(
sessionStorage
.
getItem
(
"userHavePaidGame"
)
===
"true"
)
{
if
(
sessionStorage
.
getItem
(
"userHavePaidGame"
)
===
"true"
)
{
sessionStorage
.
setItem
(
"userHavePaidGame"
,
"false"
);
sessionStorage
.
setItem
(
"userHavePaidGame"
,
"false"
);
this
.
userHavePaidGame
=
true
;
this
.
userHavePaidGame
=
true
;
...
@@ -202,6 +203,10 @@ export default {
...
@@ -202,6 +203,10 @@ export default {
},
},
methods
:
{
methods
:
{
changeXcxPopup
()
{
changeXcxPopup
()
{
if
(
this
.
showXcxPopup
)
{
this
.
getPageData
();
this
.
isPopup
();
}
this
.
showXcxPopup
=
!
this
.
showXcxPopup
;
this
.
showXcxPopup
=
!
this
.
showXcxPopup
;
},
},
joinNextGame
()
{
joinNextGame
()
{
...
...
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