rolePower.wxml 471 B

1
  1. <view><block wx:for="{{roles}}" wx:for-item="item" wx:for-index="__i0__" wx:key="code"><view class="systemSet" data-flag="{{item.flag}}" data-event-opts="{{[['tap',[['showPower',['$event']]]]]}}" bindtap="__e"><image class="image1" src="../../static/权限管理/管理员@2x.png"></image><text style="margin-top:40rpx;margin-left:30rpx;width:500rpx;">{{item.name}}</text><image class="image2" src="../../static/运营商管理/ico2@3x.png"></image></view></block></view>