mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2026-03-22 09:17:16 +08:00
优化购物车数量显示
This commit is contained in:
@@ -154,6 +154,7 @@ Page({
|
||||
totalCartNum: ths.data.totalCartNum + ths.data.prodNum
|
||||
});
|
||||
wx.hideLoading();
|
||||
http.getCartCount(); //重新计算购物车总数量
|
||||
wx.showToast({
|
||||
title: "加入购物车成功",
|
||||
icon: "none"
|
||||
|
||||
Reference in New Issue
Block a user