Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
fireflyReg
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
2bc36dbd
authored
a year ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
9237263c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
h5pay/newPay/index.html
index.html
js/newpcjs/index.js
h5pay/newPay/index.html
View file @
2bc36dbd
...
@@ -400,10 +400,14 @@ $(function(){
...
@@ -400,10 +400,14 @@ $(function(){
})
})
}
}
function
getRecharge
(
pid
,
index
)
{
function
getRecharge
(
pid
,
index
)
{
if
(
pid
==
'TAOBAO_PAY'
){
window
.
location
.
href
=
'https://shop308155938.taobao.com/?spm=2013.1.0.0.4a3275acSBWzOk'
;
}
$
(
".box2-pay-ul-box"
).
remove
()
$
(
".box2-pay-ul-box"
).
remove
()
$
(
".gash-pay-ul-box"
).
remove
()
$
(
".gash-pay-ul-box"
).
remove
()
$
(
".box2-pay-box"
).
css
(
"height"
,
"2rem"
)
$
(
".box2-pay-box"
).
css
(
"height"
,
"2rem"
)
$
(
".pay-span"
).
css
(
"transform"
,
"scaleY(1.5) rotate(0deg)"
)
$
(
".pay-span"
).
css
(
"transform"
,
"scaleY(1.5) rotate(0deg)"
)
if
(
pid
==
'GASHP99PAY'
){
if
(
pid
==
'GASHP99PAY'
){
var
html
=
[];
var
html
=
[];
html
+=
'
<
div
class
=
"gash-pay-ul-box clearfix"
>
'
html
+=
'
<
div
class
=
"gash-pay-ul-box clearfix"
>
'
...
...
This diff is collapsed.
Click to expand it.
index.html
View file @
2bc36dbd
...
@@ -949,7 +949,7 @@
...
@@ -949,7 +949,7 @@
<script
type=
"text/javascript"
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
type=
"text/javascript"
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script
type=
"text/javascript"
src=
"js/newpcjs/qrcode.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/newpcjs/qrcode.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/newpcjs/lang.js?v=202304121605"
></script>
<script
type=
"text/javascript"
src=
"js/newpcjs/lang.js?v=202304121605"
></script>
<script
type=
"text/javascript"
src=
"js/newpcjs/index.js?v=202311060
1
"
></script>
<script
type=
"text/javascript"
src=
"js/newpcjs/index.js?v=202311060
3
"
></script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
$
(
'.closePayMask'
).
on
(
'click'
,
function
()
{
$
(
'.closePayMask'
).
on
(
'click'
,
function
()
{
...
...
This diff is collapsed.
Click to expand it.
js/newpcjs/index.js
View file @
2bc36dbd
...
@@ -1246,6 +1246,10 @@ function getPayInfo(codeNum){
...
@@ -1246,6 +1246,10 @@ function getPayInfo(codeNum){
$
(
".pay-list-left >div"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
$
(
".pay-list-left >div"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
$
(
".pay-list-left >div"
).
removeClass
(
"pay-list-click"
)
$
(
".pay-list-left >div"
).
removeClass
(
"pay-list-click"
)
var
_self
=
$
(
this
)
var
_self
=
$
(
this
)
if
(
_self
.
attr
(
"data-type"
)
==
'TAOBAO_PAY'
){
toTaobao
()
return
;
}
_self
.
addClass
(
"pay-list-click"
)
_self
.
addClass
(
"pay-list-click"
)
getRecharge
(
_self
.
attr
(
"data-type"
))
getRecharge
(
_self
.
attr
(
"data-type"
))
sessionStorage
.
pay
=
_self
.
attr
(
"data-type"
)
sessionStorage
.
pay
=
_self
.
attr
(
"data-type"
)
...
...
This diff is collapsed.
Click to expand it.
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