fixing bug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user