下单详情
This commit is contained in:
@@ -223,6 +223,14 @@
|
||||
orderForm.form.status = 'loadmore'
|
||||
navtabindex.value == '1' ? getorderList() : userorderList()
|
||||
}
|
||||
|
||||
const orderinfo = (e) => {
|
||||
uni.pro.navigateTo('order/detail', {
|
||||
orderId: e.id,
|
||||
shopId:e.shopId
|
||||
})
|
||||
}
|
||||
|
||||
onShow(() => {
|
||||
init_fn()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user