|
|
|
@ -1,36 +1,25 @@
|
|
|
|
|
<view class="box" style="{{bgImage}}">
|
|
|
|
|
<!-- style="margin-top:{{statusBarHeight*2}}rpx" -->
|
|
|
|
|
<view class="mine_title">
|
|
|
|
|
<view class="title_left">
|
|
|
|
|
<view style="font-size:48rpx;font-weight:600;">{{userName}}</view>
|
|
|
|
|
<view style="font-size:24rpx; color: #9b9999;margin-top: 24rpx;"> 欢迎您使⽤硕为思平台</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="title_right">
|
|
|
|
|
<van-uploader file-list="{{ fileList }}" max-count="1" bind:before-read="beforeRead" bind:after-read="afterRead" deletable="{{false}}">
|
|
|
|
|
<van-image icon="photo" round width="128rpx" height="128rpx" fit='cover' src="{{headImg}}"/>
|
|
|
|
|
</van-uploader>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- style="margin-top:{{statusBarHeight*2}}rpx" -->
|
|
|
|
|
<view class="mine_title">
|
|
|
|
|
<view class="title_left">
|
|
|
|
|
<view style="font-size:48rpx;font-weight:600;">{{userName}}</view>
|
|
|
|
|
<view style="font-size:24rpx; color: #9b9999;margin-top: 24rpx;"> 欢迎您使⽤硕为思平台</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<van-cell title="个人信息" is-link border="{{false}}" title-class='cell_label'
|
|
|
|
|
url='./pages/profile/profile'
|
|
|
|
|
link-type="navigateTo" />
|
|
|
|
|
<van-cell title="账号绑定" is-link icon="{{imageUrl}}/my_con1.png" border="{{false}}" title-class='cell_label'
|
|
|
|
|
url='./pages/bindUser/index'
|
|
|
|
|
link-type="navigateTo" />
|
|
|
|
|
<van-cell title="帮助中心" is-link icon="{{imageUrl}}/my_con2.png" border="{{false}}" title-class='cell_label'
|
|
|
|
|
url='./pages/helpCenter/index'
|
|
|
|
|
link-type="navigateTo" />
|
|
|
|
|
<van-cell title="我的报告" is-link icon="{{imageUrl}}/my_con3.png" border="{{false}}" title-class='cell_label'
|
|
|
|
|
url='./pages/myReport/index'
|
|
|
|
|
link-type="navigateTo"/>
|
|
|
|
|
<van-cell title="推送设置" is-link icon="/pages/mine/tuisong.png" border="{{false}}" title-class='cell_label'
|
|
|
|
|
url='/subPackages/logs/PushSettings/index'
|
|
|
|
|
|
|
|
|
|
link-type="navigateTo" />
|
|
|
|
|
<view class="title_right">
|
|
|
|
|
<van-uploader file-list="{{ fileList }}" max-count="1" bind:before-read="beforeRead" bind:after-read="afterRead" deletable="{{false}}">
|
|
|
|
|
<van-image icon="photo" round width="128rpx" height="128rpx" fit='cover' src="{{headImg}}" />
|
|
|
|
|
</van-uploader>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<van-cell title="个人信息" is-link icon="{{imageUrl}}/my_con4.png" border="{{false}}" title-class='cell_label' url='./pages/profile/profile' link-type="navigateTo" />
|
|
|
|
|
<van-cell title="账号绑定" is-link icon="{{imageUrl}}/my_con1.png" border="{{false}}" title-class='cell_label' url='./pages/bindUser/index' link-type="navigateTo" />
|
|
|
|
|
<van-cell title="帮助中心" is-link icon="{{imageUrl}}/my_con2.png" border="{{false}}" title-class='cell_label' url='./pages/helpCenter/index' link-type="navigateTo" />
|
|
|
|
|
<van-cell title="我的报告" is-link icon="{{imageUrl}}/my_con3.png" border="{{false}}" title-class='cell_label' url='./pages/myReport/index' link-type="navigateTo" />
|
|
|
|
|
<van-cell title="推送设置" is-link icon="{{imageUrl}}/my_con5.png" border="{{false}}" title-class='cell_label' url='/subPackages/logs/PushSettings/index' link-type="navigateTo" />
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="quit">
|
|
|
|
|
<button class="btns" wx:if="{{btnShow}}" bindtap="layout">退出登录</button>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="quit">
|
|
|
|
|
<button class="btns" wx:if="{{btnShow}}" bindtap="layout">退出登录</button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|