feat(M08-D): 补加盟申请与跟进运营
This commit is contained in:
@@ -96,6 +96,10 @@ Page({
|
||||
wx.navigateTo({ url: '/pages/profile/index' })
|
||||
},
|
||||
|
||||
openFranchise() {
|
||||
wx.navigateTo({ url: '/pages/franchise/apply' })
|
||||
},
|
||||
|
||||
openManager() {
|
||||
wx.navigateTo({ url: '/pages/manager/dashboard' })
|
||||
},
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<view class="quick-actions">
|
||||
<button bindtap="openOrders">我的订单</button>
|
||||
<button bindtap="openProfile">个人中心</button>
|
||||
<button bindtap="openFranchise">加盟合作</button>
|
||||
<button wx:if="{{showManagerEntry}}" type="primary" bindtap="openManager">门店管理</button>
|
||||
<button wx:if="{{showCleanerEntry}}" bindtap="openCleaner">保洁任务</button>
|
||||
</view>
|
||||
|
||||
@@ -15,12 +15,13 @@
|
||||
|
||||
.quick-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 16rpx;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.quick-actions button {
|
||||
flex: 1;
|
||||
flex: 1 1 30%;
|
||||
}
|
||||
|
||||
.city-search {
|
||||
|
||||
Reference in New Issue
Block a user