Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
2016-02-04 10:51:59 +0800
Commit
3da1af53169b1d74dbe82d8f12d17be136ff2b3f
1 parent
b31e1534
修复购物车编辑刷新后商品类型错误问题。code review by XWG
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
static/js/cart/chose-panel.js
static/js/cart/chose-panel.js
View file @
3da1af5
...
...
@@ -491,7 +491,9 @@ $yohoPage.on('touchstart', '.btn-minus', function() {
//延迟刷新,否则面板可能无法隐藏
setTimeout
(
function
()
{
window
.
location
.
reload
();
//获取当前页面商品类型:普通商品/预售商品
window
.
location
.
href
=
'/cart/index/index?cartType='
+
$
(
'#cartType'
).
val
();
},
1
);
}
}).
fail
(
function
()
{
...
...
Please
register
or
login
to post a comment