feat(M08-A): 接入顾客端充值入口
This commit is contained in:
@@ -32,6 +32,10 @@ Page({
|
||||
openOrders() {
|
||||
wx.navigateTo({ url: '/pages/orders/list' })
|
||||
},
|
||||
|
||||
openRecharge() {
|
||||
wx.navigateTo({ url: '/pages/recharge/index' })
|
||||
},
|
||||
})
|
||||
|
||||
function formatProfile(profile) {
|
||||
|
||||
Reference in New Issue
Block a user