This commit is contained in:
weipengfei 2023-11-06 09:12:56 +08:00
parent 98dfd452f7
commit 80f38fde38
1 changed files with 3 additions and 1 deletions

View File

@ -679,7 +679,9 @@
// //
getCartList: function(isChange) { getCartList: function(isChange) {
let that = this; let that = this;
getCartList().then(res => { getCartList({
product_id: 98,
}).then(res => {
res.data.list.forEach((item, index) => { res.data.list.forEach((item, index) => {
item.allCheck = true item.allCheck = true
item.list.forEach((goods, j) => { item.list.forEach((goods, j) => {