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
1477d86209e44c5c75d50bb21ab1b342bb15f418
1 parent
9a262469
gulp ge
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
web-static/dist/yohobuy/5.1.3/index-debug.js
web-static/dist/yohobuy/5.1.3/index.css
web-static/dist/yohobuy/5.1.3/index.js
web-static/dist/yohobuy/5.1.3/index-debug.js
View file @
1477d86
...
...
@@ -16007,7 +16007,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
//使用的红包
...
...
@@ -17928,7 +17928,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
()
{
...
...
web-static/dist/yohobuy/5.1.3/index.css
View file @
1477d86
This diff could not be displayed because it is too large.
web-static/dist/yohobuy/5.1.3/index.js
View file @
1477d86
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment