Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
web.yazhai.co
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9ab02050
authored
Dec 09, 2020
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
53575541
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
milkRecharge/index.html
recharge/index.html
milkRecharge/index.html
View file @
9ab02050
...
...
@@ -78,6 +78,7 @@
sessionStorage
.
bbb
=
data
.
uid
;
//u
sessionStorage
.
cid
=
data
.
cid
;
sessionStorage
.
pkg
=
data
.
pkg
;
sessionStorage
.
pkg2
=
data
.
pkg
;
sessionStorage
.
os
=
data
.
os
;
sessionStorage
.
appversion
=
data
.
appversion
}
...
...
@@ -182,7 +183,8 @@ try{
$
(
this
).
addClass
(
"li-click"
);
$
(
this
).
siblings
(
"li"
).
removeClass
(
"li-click"
);
amount
=
$
(
this
).
children
(
"p"
).
children
(
".pay-money"
).
text
()
console
.
log
(
amount
);
if
(
amount
==
3000
)
sessionStorage
.
pkg
=
'bigrecharge'
else
sessionStorage
.
pkg
=
sessionStorage
.
pkg2
})
}
})
...
...
recharge/index.html
View file @
9ab02050
...
...
@@ -77,6 +77,7 @@
sessionStorage
.
bbb
=
data
.
uid
;
//u
sessionStorage
.
cid
=
data
.
cid
;
sessionStorage
.
pkg
=
data
.
pkg
;
sessionStorage
.
pkg2
=
data
.
pkg
;
sessionStorage
.
os
=
data
.
os
;
sessionStorage
.
appversion
=
data
.
appversion
}
...
...
@@ -170,7 +171,9 @@ try{
$
(
this
).
addClass
(
"li-click"
);
$
(
this
).
siblings
(
"li"
).
removeClass
(
"li-click"
);
amount
=
$
(
this
).
children
(
"p"
).
children
(
".pay-money"
).
text
()
console
.
log
(
amount
);
if
(
amount
==
3000
)
sessionStorage
.
pkg
=
'bigrecharge'
else
sessionStorage
.
pkg
=
sessionStorage
.
pkg2
})
}
})
...
...
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