feat(M08-A): 接入顾客端个人中心
This commit is contained in:
@@ -69,6 +69,10 @@ Page({
|
||||
wx.navigateTo({ url: '/pages/orders/list' })
|
||||
},
|
||||
|
||||
openProfile() {
|
||||
wx.navigateTo({ url: '/pages/profile/index' })
|
||||
},
|
||||
|
||||
async resolveScene(code, sourceType) {
|
||||
this.setData({ loading: true, errorMessage: '' })
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user