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
e0d2d748
authored
Nov 07, 2023
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
79ec16d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
h5pay/newPay/index.html
h5pay/newPay/index.html
View file @
e0d2d748
...
...
@@ -386,7 +386,7 @@ $(function(){
var
list
=
data
.
payTypeList
[
i
]
html
+=
'
<
div
class
=
"box2-pay-box"
>
';
html+='
<
div
data
-
type
=
"'+data.payTypeList[i].payType+'"
data
-
type2
=
"'+i+'"
class
=
"pay-click-box"
>
'
html+='
<
div
class
=
"pay-tips-box"
>
1
'+list.currencyName+'
≈
<
img
src
=
"images/diamond.png"
alt
=
""
>
'+list.unitPrice+'
<
/div>'
;
html+='
<
div
class
=
"pay-tips-box"
>
1
'+list.currencyName+'
≈
<
img
src
=
"images/diamond.png"
alt
=
""
>
'+list.unitPrice+'
<
/div>'
;
html
+=
'
<
img
class
=
"pay-img"
src
=
"images/pay/'+list.payType+'.png"
alt
=
""
>
';
html+='
<
/div>
'
html
+=
'
<
span
class
=
"pay-span"
>&
gt
;
<
/span>'
;
...
...
@@ -768,7 +768,7 @@ $(function(){
"payTypeSub"
:
"NATIVE"
,
"amount"
:
sessionStorage
.
money
,
"extend"
:
"0"
,
"returnUrl"
:
"https://firefly.live/h5pay/phonepay/paySuccess.html?lang="
+
sessionStorage
.
lang
+
"&type=h5
"
,
"returnUrl"
:
"https://www.firefly.live/phonepay/payend.html
"
,
},
success
:
function
(
res
)
{
window
.
location
.
href
=
res
.
payInfo
.
url
...
...
@@ -988,7 +988,7 @@ $(function(){
firstName
:
sessionStorage
.
firstName
||
''
,
lastName
:
sessionStorage
.
lastName
||
''
,
email
:
sessionStorage
.
email
||
''
,
phone
:
sessionStorage
.
phone
||
''
,
phone
:
sessionStorage
.
phone
||
''
,
product
:
"H5寶石儲值"
,
payType
:
sessionStorage
.
pay
,
},
...
...
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