优化购物车数量显示

This commit is contained in:
liaoanqi
2022-09-13 09:37:16 +08:00
parent bfc0671660
commit 6440a16231

View File

@@ -154,6 +154,7 @@ Page({
totalCartNum: ths.data.totalCartNum + ths.data.prodNum
});
wx.hideLoading();
http.getCartCount(); //重新计算购物车总数量
wx.showToast({
title: "加入购物车成功",
icon: "none"