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
ca085023b033d209c43fc0e3d71462434919c6f0
1 parent
52662575
winHide对象设置
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/order/ticket-ensure.js
web-static/js/order/ticket-ensure.js
View file @
ca08502
...
...
@@ -337,7 +337,7 @@ var TicketCat = {
$
(
'dl.play-bi-pan'
).
find
(
'dt'
).
addClass
(
'not-btn'
);
$
(
'.not-btn-tip'
).
removeClass
(
'hide'
);
//如果有货币按钮为打开状态,则关闭
Order
.
Common
.
winHide
(
$
(
'.play-bi-pan'
));
_this
.
Common
.
winHide
(
$
(
'.play-bi-pan'
));
}
$
(
'#biprice'
).
data
(
'yoho-coin-click'
,
data
.
yohoCoinCompute
.
yohoCoinClick
);
$
(
'#biprice'
).
find
(
'.num-limit-coin'
).
html
(
data
.
yohoCoinCompute
.
yoho_coin_pay_rule
.
num_limit
);
...
...
Please
register
or
login
to post a comment