拓恒河湖长制全民护河平台WEB端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
689B

  1. <!--pages/mine/index.wxml-->
  2. <view class="mine_container">
  3. <view class="user_massage">
  4. <image class="user_avatar" src="{{userInfo.avatarUrl}}"></image>
  5. <text class="user_name">{{userInfo.nickName}}</text>
  6. </view>
  7. <view class="function_list">
  8. <view class="function_item">
  9. <view class="item_title">
  10. <image style="height: 40rpx;width: 40rpx;margin-right: 15rpx;" src="../../assets/img/record.png"></image>
  11. <text style="font-size: 24rpx;">我的反馈</text>
  12. </view>
  13. <image style="height: 48rpx;width: 48rpx;" src="../../assets/img/more.png"></image>
  14. </view>
  15. </view>
  16. </view>