Fix(购物车):[#1609]点击增减商品数量,取消加载效果
This commit is contained in:
+1
-1
@@ -402,7 +402,7 @@ export default {
|
|||||||
}
|
}
|
||||||
const id = good.productInfo.id
|
const id = good.productInfo.id
|
||||||
const unique = good.productInfo.attrInfo.unique
|
const unique = good.productInfo.attrInfo.unique
|
||||||
uni.showLoading()
|
// uni.showLoading()
|
||||||
getCartGoodAttr(id, unique).then(res => {
|
getCartGoodAttr(id, unique).then(res => {
|
||||||
const { success, data } = res
|
const { success, data } = res
|
||||||
if (success) {
|
if (success) {
|
||||||
|
|||||||
Reference in New Issue
Block a user