administratorSetting.wxml 447 B

123456789101112131415
  1. <view wx:if="{{currentTab == 0}}" class="con">
  2. <view class="title2">修改权限类型</view>
  3. <view class="buttons">
  4. <myButton class="button" type="primary" bindtap="switch1">主管理员</myButton>
  5. <myButton class="button" type="primary" bindtap="switch2">副管理员</myButton>
  6. </view>
  7. </view>
  8. <view wx:if="{{currentTab == 1}}" class="con">
  9. hey
  10. </view>
  11. <view wx:if="{{currentTab == 2}}" class="con">
  12. hi
  13. </view>