feat(M08-A): 接入顾客端选店下单入口

This commit is contained in:
Codex
2026-06-24 21:26:32 +08:00
parent c90f6e34a1
commit 4ac2c960e4
20 changed files with 734 additions and 32 deletions
+6
View File
@@ -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 {