|
@@ -211,8 +211,9 @@ export default {
|
|
},
|
|
},
|
|
// 跳转订单列表
|
|
// 跳转订单列表
|
|
goOrderList(item) {
|
|
goOrderList(item) {
|
|
|
|
+ console.log(item)
|
|
this.$api.setStorage('clubInfo', item)
|
|
this.$api.setStorage('clubInfo', item)
|
|
- this.$api.navigateTo(`pages/user/order/order-list`)
|
|
|
|
|
|
+ this.$api.navigateTo('pages/user/order/order-list')
|
|
},
|
|
},
|
|
async hideSearchModalHandle() {
|
|
async hideSearchModalHandle() {
|
|
this.showSearchModal = false
|
|
this.showSearchModal = false
|