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
uedxwg
9 years ago
Commit
75b171dcb23cc2f513717a64b04aa427a82401bc
1 parent
e27931bb
'购物车样式修改'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
static/js/cart/chose-panel.js
template/m.yohobuy.com/partials/cart/cart-content.phtml
static/js/cart/chose-panel.js
View file @
75b171d
...
...
@@ -349,9 +349,6 @@ $yohoPage.on('touchstart', '.btn-minus', function() {
}
});
$
(
'#good-num'
).
on
(
'keydown '
,
function
(){
});
exports
.
init
=
init
;
exports
.
show
=
show
;
...
...
template/m.yohobuy.com/partials/cart/cart-content.phtml
View file @
75b171d
...
...
@@ -13,9 +13,9 @@
<ul class="freebie-and-advance-buy">
{{# freebie}}
<li class="freebie">
<a href="/cart/index/gift?cartType=">
<span class="iconfont"></span>
赠品
<a href=":;">
<span class="count">{{count}}</span>
<span class="iconfont icon-right-arrow"></span>
</a>
...
...
@@ -23,9 +23,9 @@
{{/ freebie}}
{{#if advanceBuy}}
<li class="advance-buy">
<a href="/cart/index/advanceBuy?cartType=">
<span class="iconfont"></span>
加价购
<a href=":;">
<span class="count">{{advanceBuyCount}}</span>
<span class="iconfont icon-right-arrow"></span>
</a>
...
...
@@ -66,13 +66,13 @@
{{^}}
<span class="checkbox icon-checkbox iconfont"></span>
{{/if}}
<a class="btn-balance">
结算
</a>
<p>
<span id="good-total">
总计:¥{{sumPrice}} ({{count}}件)
</span>
<span class="tip">(不含运费)</span>
</p>
<a class="btn-balance">
结算
</a>
</div>
...
...
Please
register
or
login
to post a comment