Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
8 years ago
Commit
566e9c840e9825c5582dc4cfd466ab0138539c58
1 parent
59cd57dd
¥符号修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
web-static/js/order/ensure.js
web-static/js/order/ticket-ensure.js
web-static/js/order/ensure.js
View file @
566e9c8
...
...
@@ -302,7 +302,7 @@ var Order = {
$
(
'#biprice'
).
find
(
'.num-limit-coin'
).
html
(
data
.
yohoCoinCompute
.
yoho_coin_pay_rule
.
num_limit
);
$
(
'#biprice'
).
find
(
'.totalYohoCoinNum'
).
html
(
data
.
yohoCoinCompute
.
totalYohoCoinNum
);
$
(
'#biprice'
).
find
(
'.yohoCoinNum'
).
html
(
data
.
yohoCoinCompute
.
yohoCoinNum
);
$
(
'#biprice'
).
find
(
'.yohoCoin'
).
html
(
'
¥
'
+
data
.
yohoCoinCompute
.
yohoCoin
);
$
(
'#biprice'
).
find
(
'.yohoCoin'
).
html
(
'
¥
'
+
data
.
yohoCoinCompute
.
yohoCoin
);
//有货币清零状态更新 end
//使用的红包
...
...
web-static/js/order/ticket-ensure.js
View file @
566e9c8
...
...
@@ -331,7 +331,7 @@ var TicketCat = {
$
(
'#biprice'
).
find
(
'.num-limit-coin'
).
html
(
data
.
yohoCoinCompute
.
yoho_coin_pay_rule
.
num_limit
);
$
(
'#biprice'
).
find
(
'.totalYohoCoinNum'
).
html
(
data
.
yohoCoinCompute
.
totalYohoCoinNum
);
$
(
'#biprice'
).
find
(
'.yohoCoinNum'
).
html
(
data
.
yohoCoinCompute
.
yohoCoinNum
);
$
(
'#biprice'
).
find
(
'.yohoCoin'
).
html
(
'
¥
'
+
data
.
yohoCoinCompute
.
yohoCoin
);
$
(
'#biprice'
).
find
(
'.yohoCoin'
).
html
(
'
¥
'
+
data
.
yohoCoinCompute
.
yohoCoin
);
//有货币清零状态更新 end
},
getSelectData
:
function
()
{
...
...
Please
register
or
login
to post a comment