RoleSelectionPage.wxml 280 B

1234567
  1. <!-- pages/role-selection/role-selection.wxml -->
  2. <view class="container">
  3. <button class="full-width-button" bindtap="selectRegularUser">普通用户</button>
  4. <button class="full-width-button" bindtap="selectAdmin">管理员</button>
  5. </view>
  6. <custom-tab-bar></custom-tab-bar>