Commit 26e5fa7a by 肖康

刷新购物车数量

parent 137b8166
Showing with 1 additions and 0 deletions
...@@ -116,6 +116,7 @@ define('car', ['tool', 'liexin_pop', 'artTemplate'], function (require, exports, ...@@ -116,6 +116,7 @@ define('car', ['tool', 'liexin_pop', 'artTemplate'], function (require, exports,
if (res.code === 0) { if (res.code === 0) {
liexin_pop.Tip({ title: res.msg },function(){ liexin_pop.Tip({ title: res.msg },function(){
car.getData() car.getData()
tool.getCarNum()
ele.fadeOut(300) ele.fadeOut(300)
}) })
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment