feat(M08-A): 接入顾客端选店下单入口
This commit is contained in:
@@ -59,6 +59,12 @@ Page({
|
||||
}
|
||||
},
|
||||
|
||||
openStore(event) {
|
||||
const storeId = event.currentTarget.dataset.storeId
|
||||
if (!storeId) return
|
||||
wx.navigateTo({ url: `/pages/store/detail?storeId=${encodeURIComponent(storeId)}` })
|
||||
},
|
||||
|
||||
async resolveScene(code, sourceType) {
|
||||
this.setData({ loading: true, errorMessage: '' })
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user