1234567891011121314151617 |
- <view class="container">
- <view class="grid col-2">
- <view>
- <view class="margin-xs padding-xs radius shadow-warp operation-list-cel" bindtap="toOperation">
- <image class='item-img' src='../../static/images/my/mine_def_touxiang_3x.png'></image>
- <text class='item-name'>运维</text>
- </view>
- </view>
- <!-- <view>
- <view class="margin-xs padding-xs radius shadow-warp operation-list-cel" bindtap="toIntroducer">
- <image class='item-img' src='../../static/images/my/mine_def_touxiang_3x.png'></image>
- <text class='item-name'>介绍人</text>
- </view>
- </view> -->
- </view>
- </view>
|