feat(M09-D4): 完成商品选购与运营工作台
This commit is contained in:
@@ -40,6 +40,10 @@ Page({
|
||||
openBenefits() {
|
||||
wx.navigateTo({ url: '/pages/benefits/index' })
|
||||
},
|
||||
|
||||
openGoods() {
|
||||
wx.navigateTo({ url: '/pages/goods/index?tab=orders' })
|
||||
},
|
||||
})
|
||||
|
||||
function formatProfile(profile) {
|
||||
|
||||
@@ -73,6 +73,7 @@
|
||||
</view>
|
||||
<button bindtap="openRecharge">充值</button>
|
||||
<button bindtap="openOrders">查看订单</button>
|
||||
<button bindtap="openGoods">商品订单与寄存</button>
|
||||
</view>
|
||||
|
||||
<view class="section-title ledger-title">最近账单</view>
|
||||
|
||||
Reference in New Issue
Block a user