feat(M09-D4): 完成商品选购与运营工作台
This commit is contained in:
@@ -44,6 +44,13 @@ Page({
|
||||
})
|
||||
},
|
||||
|
||||
openGoods() {
|
||||
if (!this.data.storeId) return
|
||||
wx.navigateTo({
|
||||
url: `/pages/goods/index?storeId=${encodeURIComponent(this.data.storeId)}`,
|
||||
})
|
||||
},
|
||||
|
||||
async loadWifi() {
|
||||
if (!this.data.storeId) return
|
||||
this.setData({ loading: true, errorMessage: '' })
|
||||
|
||||
Reference in New Issue
Block a user