- <!-- pages/role-selection/role-selection.wxml -->
- <view class="container">
- <button class="full-width-button" bindtap="selectRegularUser" data-path="/shoping/index/index">普通用户</button>
- <button class="full-width-button" bindtap="selectAdmin">管理员</button>
- </view>
- <custom-tab-bar></custom-tab-bar>
|