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.
86 lines
3.6 KiB
86 lines
3.6 KiB
<view> |
|
<view class="flex_start flex_items my_dv mb20" wx:if="{{userInfo}}"> |
|
<image src="{{imgURL+userInfo.avatar}}" class="my_img" wx:if="{{userInfo.avatar}}"></image> |
|
<image src="../../img/myimg.png" class="my_img" wx:else></image> |
|
<view> |
|
<view class="f42 bold mb20" wx:if="{{userInfo.nickname}}">{{userInfo.nickname}}</view> |
|
<view class="f42 bold mb20" wx:else>{{userInfo.name}}</view> |
|
<view class="f26 c6">{{userInfo.phone}}</view> |
|
</view> |
|
</view> |
|
<view wx:else class="flex_start flex_items my_dv mb20"> |
|
<image src="../../img/myimg.png" class="my_img"></image> |
|
<view bindtap="sign">登录/注册</view> |
|
</view> |
|
<navigator url="/pages/myclass/pages/myData/myData" hover-class="none"> |
|
<view class=" flex_start flex_items box"> |
|
<image src="../../img/zhanghao.png" class="my_imgs"></image> |
|
<view class="flex_between flex_items my_box"> |
|
<text class="f30">账号设置</text> |
|
<image src="../../img/right.png" class="my_imgx"></image> |
|
</view> |
|
</view> |
|
</navigator> |
|
<navigator url="/pages/myclass/pages/Change Password/Change Password" hover-class="none"> |
|
<view class=" flex_start flex_items box"> |
|
<image src="../../img/suo.png" class="my_imgs"></image> |
|
<view class="flex_between flex_items my_box"> |
|
<text class="f30">修改密码</text> |
|
<image src="../../img/right.png" class="my_imgx"></image> |
|
</view> |
|
</view> |
|
</navigator> |
|
<navigator url="/pages/myclass/pages/problem/problem" hover-class="none"> |
|
<view class="flex_start flex_items box"> |
|
<image src="../../img/wen.png" class="my_imgs"></image> |
|
<view class="flex_between flex_items my_box"> |
|
<text class="f30">常见问题</text> |
|
<image src="../../img/right.png" class="my_imgx"></image> |
|
</view> |
|
</view> |
|
</navigator> |
|
<navigator url="/pages/myclass/pages/Opinion/Opinion" hover-class="none"> |
|
<view class=" flex_start flex_items box"> |
|
<image src="../../img/fankui.png" class="my_imgs"></image> |
|
<view class=" flex_between flex_items my_box"> |
|
<text class="f30">意见反馈</text> |
|
<image src="../../img/right.png" class="my_imgx"></image> |
|
</view> |
|
</view> |
|
</navigator> |
|
<view class="flex_start flex_items box"> |
|
<image src="../../img/kefu.png" class="my_imgs"></image> |
|
<view class="flex_between flex_items my_box"> |
|
<text class="f30">在线客服</text> |
|
<view class="f26 mr10"> |
|
<image src="../../img/weixinicon.png" class="icon"></image> |
|
<text class="mr10">{{tel[1]}}</text> |
|
<text style="color:#fa3534" bindtap="copy" data-name="{{tel[1]}}">点击复制</text> |
|
</view> |
|
<!-- <image src="../../img/right.png" class="my_imgx"></image> --> |
|
</view> |
|
</view> |
|
|
|
<view class="flex_start flex_items box" bindtap="contactMy"> |
|
<image src="../../img/dianhua.png" class="my_imgs"></image> |
|
<view class="flex_between flex_items my_box"> |
|
<text class="f30">联系我们</text> |
|
<view class="flex_start flex_items"> |
|
<text class="f26 mr10">{{tel[0]}}</text> |
|
<!-- <image src="../../img/right.png" class="my_imgx"></image> --> |
|
</view> |
|
</view> |
|
</view> |
|
|
|
<view class="flex_start flex_items box"> |
|
<image src="../../img/yaoqing.png" class="my_imgs"></image> |
|
<view class="flex_between flex_items my_box"> |
|
<text class="f30">我的邀请码</text> |
|
<view class="f26 mr10"> |
|
<text class="mr10">{{userInfo.code}}</text> |
|
<text style="color:#fa3534" bindtap="copy" data-name="{{userInfo.code}}">点击复制</text> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="out" wx:if="{{userInfo}}" bindtap="escUser">退出登录</view> |
|
</view> |