feat(M08-C): 补管理员验券与经营统计
This commit is contained in:
@@ -236,6 +236,13 @@ Page({
|
||||
})
|
||||
},
|
||||
|
||||
openBusiness() {
|
||||
if (!this.data.selectedStoreId) return
|
||||
wx.navigateTo({
|
||||
url: `/pages/manager/business?storeId=${encodeURIComponent(this.data.selectedStoreId)}&storeName=${encodeURIComponent(this.data.selectedStoreName)}`,
|
||||
})
|
||||
},
|
||||
|
||||
manageOrder(event) {
|
||||
if (!this.data.canWrite) return
|
||||
const orderId = event.currentTarget.dataset.orderId
|
||||
|
||||
Reference in New Issue
Block a user