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
79ec16d2
authored
a year ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
d18bb287
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
h5pay/newPay/index.html
index.html
js/newpcjs/index.js
h5pay/newPay/index.html
View file @
79ec16d2
...
...
@@ -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+'
≈
'+list.unitPrice+'
<
img
src
=
"images/diamond.png"
alt
=
""
>
<
/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>'
;
...
...
This diff is collapsed.
Click to expand it.
index.html
View file @
79ec16d2
...
...
@@ -949,7 +949,7 @@
<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/lang.js?v=202304121605"
></script>
<script
type=
"text/javascript"
src=
"js/newpcjs/index.js?v=2023110
603
"
></script>
<script
type=
"text/javascript"
src=
"js/newpcjs/index.js?v=2023110
701
"
></script>
<script
type=
"text/javascript"
>
$
(
'.closePayMask'
).
on
(
'click'
,
function
()
{
...
...
This diff is collapsed.
Click to expand it.
js/newpcjs/index.js
View file @
79ec16d2
...
...
@@ -1243,7 +1243,7 @@ function getPayInfo(codeNum){
sessionStorage
.
countryCode
=
codeNum
$
(
".pay-top-area-exc span"
).
text
(
sessionStorage
.
countryName
)
// $(".pay-list-exc-tips span").text(data.payTypeList[0].unitPrice)
$
(
".pay-list-exc-tips"
).
html
(
'1'
+
data
.
payTypeList
[
0
].
currencyName
+
'≈ <span>
'
+
data
.
payTypeList
[
0
].
unitPrice
+
'<img src="images/diamond.png" alt="">
</span>'
)
$
(
".pay-list-exc-tips"
).
html
(
'1'
+
data
.
payTypeList
[
0
].
currencyName
+
'≈ <span>
<img src="images/diamond.png" alt="">'
+
data
.
payTypeList
[
0
].
unitPrice
+
'
</span>'
)
$
(
".pay-list-left >div"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
$
(
".pay-list-left >div"
).
removeClass
(
"pay-list-click"
)
var
_self
=
$
(
this
)
...
...
@@ -1255,7 +1255,7 @@ function getPayInfo(codeNum){
getRecharge
(
_self
.
attr
(
"data-type"
))
sessionStorage
.
pay
=
_self
.
attr
(
"data-type"
)
// $(".pay-list-exc-tips span").text(data.payTypeList[_self.attr("data-type2")].unitPrice)
$
(
".pay-list-exc-tips"
).
html
(
'1'
+
data
.
payTypeList
[
_self
.
attr
(
"data-type2"
)].
currencyName
+
'≈ <span>
'
+
data
.
payTypeList
[
_self
.
attr
(
"data-type2"
)].
unitPrice
+
'<img src="images/diamond.png" alt="">
</span>'
)
$
(
".pay-list-exc-tips"
).
html
(
'1'
+
data
.
payTypeList
[
_self
.
attr
(
"data-type2"
)].
currencyName
+
'≈ <span>
<img src="images/diamond.png" alt="">'
+
data
.
payTypeList
[
_self
.
attr
(
"data-type2"
)].
unitPrice
+
'
</span>'
)
})
}
}
...
...
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