- <view wx:if="{{currentTab == 0}}" class="con">
- <view class="title2">修改权限类型</view>
- <view class="buttons">
- <myButton class="button" type="primary" bindtap="switch1">主管理员</myButton>
- <myButton class="button" type="primary" bindtap="switch2">副管理员</myButton>
- </view>
- </view>
- <view wx:if="{{currentTab == 1}}" class="con">
- hey
- </view>
- <view wx:if="{{currentTab == 2}}" class="con">
- hi
- </view>
|