This commit is contained in:
@@ -335,6 +335,7 @@ export default {
|
||||
},
|
||||
|
||||
goToDetail(order) {
|
||||
uni.setStorageSync('__order_detail_cache', order);
|
||||
uni.navigateTo({ url: `/pages/order/detail?order_id=${order.order_id}` });
|
||||
},
|
||||
handlePay(order) {
|
||||
|
||||
Reference in New Issue
Block a user