87 lines
3.3 KiB
Plaintext
87 lines
3.3 KiB
Plaintext
<!--subpackage/student/my/my.wxml-->
|
|
<view class="page-content">
|
|
<mp-bar background="linear-gradient(190deg, #49a5fc 0%, #f7f7f7 800rpx, #f7f7f7 100%)" title="我的" color="rgba(255,255,255,0.8)" back="{{false}}"></mp-bar>
|
|
<button class="btnn">
|
|
<view class="avater-box">
|
|
|
|
<image src="{{user.headImageUrl != null && user.headImageUrl != ''? user.headImageUrl :'https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/room/avater.png'}}" class="avater" mode="" />
|
|
|
|
<!-- <view class="carmer">
|
|
<mp-icon icon="camera" class="iconn" size="{{14}}" type="field" color="#fff"></mp-icon>
|
|
</view> -->
|
|
</view>
|
|
</button>
|
|
<view class="name">{{user.userTrueName || '跃动会员'}}</view>
|
|
|
|
<view class="chose" bind:tap="goStautsManger">
|
|
</view>
|
|
|
|
<!-- <view class="chose">
|
|
</view> -->
|
|
|
|
<view class="lab">
|
|
<view class="lab-item" bind:tap="goJd">
|
|
<image src="https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/train/lab-shop.png" class="lab-img" />
|
|
我的商城
|
|
</view>
|
|
<view class="lab-item" bind:tap="goInfo">
|
|
<image src="https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/train/lab-user.png" class="lab-img" />
|
|
个人信息
|
|
</view>
|
|
<view class="lab-item" wx:if="{{theme == 'parent'}}" bind:tap="goTrainList">
|
|
<image src="https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/train/lab-data.png" class="lab-img" />
|
|
训练记录
|
|
</view>
|
|
</view>
|
|
|
|
<view class="cell" bind:tap="goDevice">
|
|
<view class="left">
|
|
<image src="https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/train/device-icon.png" class="left-img" />
|
|
<view class="desc">设备管理</view>
|
|
</view>
|
|
<view class="right use">
|
|
<mp-icon color="#26a5f6" icon="arrow" size="{{11}}"></mp-icon>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- <view class="cell">
|
|
<view class="left">
|
|
<image src="https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/train/upload-icon.png" class="left-img" />
|
|
<view class="desc">学生人脸上传</view>
|
|
</view>
|
|
<view class="right use">
|
|
<mp-icon color="#26a5f6" icon="arrow" size="{{11}}"></mp-icon>
|
|
</view>
|
|
</view> -->
|
|
|
|
<view class="cell" bind:tap="changePassword" wx:if="{{theme == 'teacher'}}">
|
|
<view class="left">
|
|
<image src="https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/train/password-icon.png" class="left-img" />
|
|
<view class="desc">密码管理</view>
|
|
</view>
|
|
<view class="right">
|
|
<mp-icon color="#26a5f6" icon="arrow" size="{{11}}"></mp-icon>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="cell" bind:tap="logout">
|
|
<view class="left">
|
|
<image src="https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/train/logout-icon.png" class="left-img" />
|
|
<view class="desc">退出登录</view>
|
|
</view>
|
|
<view class="right">
|
|
<mp-icon color="#26a5f6" icon="arrow" size="{{11}}"></mp-icon>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<!-- <view class="cell" bind:tap="mmm">
|
|
<view class="left">
|
|
<image src="https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/train/logout-icon.png" class="left-img" />
|
|
<view class="desc">退出登录</view>
|
|
</view>
|
|
<view class="right">
|
|
<mp-icon color="#26a5f6" icon="arrow" size="{{11}}"></mp-icon>
|
|
</view>
|
|
</view> -->
|
|
</view> |