优化问题
This commit is contained in:
@@ -124,6 +124,7 @@
|
||||
};
|
||||
},
|
||||
onLoad(e) {
|
||||
console.log(e,'调试1')
|
||||
try {
|
||||
this.orderfood = e.orderfood //等于0扫码点餐下单
|
||||
this.amount = e.amount
|
||||
@@ -193,7 +194,8 @@
|
||||
userId: uni.cache.get('userInfo').id,
|
||||
status: 0,
|
||||
page: this.form.page,
|
||||
size: this.form.size
|
||||
size: this.form.size,
|
||||
orderId:''
|
||||
})
|
||||
try {
|
||||
this.totalnumber = res.data.total
|
||||
|
||||
Reference in New Issue
Block a user