my.wxml 1.72 KB
<!--pages/mine/mine.wxml-->
<custom-navi text="我的" back="{{false}}" home="{{false}}"></custom-navi>
<view class='mine'>
  <view class='headerMine'>
    <view class='topMine'>
      <view>
        <image src='{{headerImg==""?"../../img/touxiang.png":headerImg}}'></image>{{name}}
      </view>
      <image src='../../img/left.png'></image>
    </view>
  </view>
  <view class='mineList'>
    <view class='con_mineList' bindtap='quanzi'>
      <image src='../../img/quanzi.png'></image>
      <view>
        我的圈子<image src='../../img/left.png'></image>
      </view>
      <text></text>
    </view>
    <view class='con_mineList' bindtap='myCertificate'>
      <image src='../../img/zhengshu.png'></image>
      <view>
        我的证书<image src='../../img/left.png'></image>
      </view>
      <text></text>
    </view>
    <view class='con_mineList' bindtap='activeManagement'>
      <image src='../../img/huodong.png'></image>
      <view>
        活动管理<image src='../../img/left.png'></image>
      </view>
      <text></text>
    </view>
    <view class='con_mineList' bindtap='ageChange'>
      <image src='../../img/age.png'></image>
      <view>
        服务年龄<image src='../../img/left.png'></image>
      </view>
      <text></text>
    </view>
    <view class='con_mineList' bindtap='xiaoxi'>
      <image src='../../img/xiaoxi.png'></image>
      <view>
        消息通知<image src='../../img/left.png'></image>
      </view>
      <text></text>
    </view>
    <view class='con_mineList' bindtap='manual'>
      <image src='../../img/caozuo.png'></image>
      <view style='border-bottom:none;'>
        操作手册<image src='../../img/left.png'></image>
      </view>
      <text></text>
    </view>
  </view>
</view>