地址修改 购物车修改
This commit is contained in:
@@ -318,8 +318,8 @@
|
||||
let data = {
|
||||
"userId": this.userInfo.id,
|
||||
"productId": item.productId,
|
||||
"productAmount": this.productAmount,
|
||||
"price": item.price
|
||||
"productAmount": 1,
|
||||
"price": item.activityPrice && item.activityPrice != 0 ? item.activityPrice : item.price
|
||||
}
|
||||
// 判断列表是否为空
|
||||
if (this.cartList.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user