fixing bug

This commit is contained in:
2020-09-09 17:21:33 +08:00
parent 45c087bf14
commit a9477b9657
5 changed files with 25 additions and 14 deletions

View File

@@ -129,11 +129,11 @@ export default {
page: this.page,
type: type,
})
res.data.forEach(element => {
element.extend_order_goods.forEach(i=>{
// console.log(i)
})
});
// res.data.forEach(element => {
// element.extend_order_goods.forEach(i=>{
// // console.log(i)
// })
// });
this.timer = true;
uni.stopPullDownRefresh(); // 结束刷新
if(res.errCode == 0) {
@@ -145,11 +145,11 @@ export default {
this.orderList[this.current].push(...res.data);
}
}
this.orderList[this.current].forEach(element => {
element.extend_order_goods.forEach(i=>{
// console.log(i)
})
});
// this.orderList[this.current].forEach(element => {
// element.extend_order_goods.forEach(i=>{
// // console.log(i)
// })
// });
this.$forceUpdate();
// console.log(this.orderList);