Fix(购物车):[#1609]点击增减商品数量,取消加载效果

This commit is contained in:
lifizer
2024-05-22 14:23:11 +08:00
parent ac49206b91
commit e8434cf3d3
+1 -1
View File
@@ -402,7 +402,7 @@ export default {
}
const id = good.productInfo.id
const unique = good.productInfo.attrInfo.unique
uni.showLoading()
// uni.showLoading()
getCartGoodAttr(id, unique).then(res => {
const { success, data } = res
if (success) {