This commit is contained in:
parent
98dfd452f7
commit
80f38fde38
|
@ -679,7 +679,9 @@
|
|||
// 购物车列表
|
||||
getCartList: function(isChange) {
|
||||
let that = this;
|
||||
getCartList().then(res => {
|
||||
getCartList({
|
||||
product_id: 98,
|
||||
}).then(res => {
|
||||
res.data.list.forEach((item, index) => {
|
||||
item.allCheck = true
|
||||
item.list.forEach((goods, j) => {
|
||||
|
|
Loading…
Reference in New Issue