- <van-popup show="{{ open }}" position="left" custom-style="width: 80%;height:100vh;" bind:click-overlay="onClose">
- <view class="main">
- <van-sidebar active-key="{{ activeKey }}" bindchange="onChange">
- <van-sidebar-item wx:for="{{list}}" badge='{{item.list.length}}' wx:key="systemclient" title="{{item.name}}" />
- </van-sidebar>
- <view class="container">
- <view wx:for="{{list[activeKey].list}}">
- {{item.systemappname}}/{{item.systemmodulename}}
- </view>
- <view style="height: 150rpx; border: 0 ;" />
- </view>
- </view>
- </van-popup>
|