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.
|
|
|
|
<view
|
|
|
|
|
class="page"
|
|
|
|
|
style="--name: rgba(185, 130, 255, 1); background: url('/images/bg10.png') no-repeat top center/100% 512rpx;padding-top:{{pageTop+22}}px"
|
|
|
|
|
>
|
|
|
|
|
<navBar color="#364E9E" fixed title="" home="{{false}}"></navBar>
|
|
|
|
|
<view class="page-container">
|
|
|
|
|
<view class="banner">
|
|
|
|
|
<view class="user">
|
|
|
|
|
<image
|
|
|
|
|
class="avatar"
|
|
|
|
|
mode="aspectFill"
|
|
|
|
|
src="{{zdUserInfo.UserImg}}"
|
|
|
|
|
bind:tap="routerTo"
|
|
|
|
|
data-url="/patient/pages/getUserInfo/index"
|
|
|
|
|
></image>
|
|
|
|
|
<view class="inner">
|
|
|
|
|
<view class="name">{{zdUserInfo.PatientName}}</view>
|
|
|
|
|
<!-- ignore-prettier -->
|
|
|
|
|
<view class="tip">
|
|
|
|
|
TED规关爱中心已伴您走过
|
|
|
|
|
<text class="day">{{zdUserInfo.JoinDays}}</text>
|
|
|
|
|
天
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="options-list">
|
|
|
|
|
<view bind:tap="routerTo" class="row" data-url="/patient/pages/myLive/index">
|
|
|
|
|
<view class="col">
|
|
|
|
|
<image class="icon" src="/images/icon32.png"></image>
|
|
|
|
|
我报名的活动
|
|
|
|
|
</view>
|
|
|
|
|
<view class="more">
|
|
|
|
|
<van-icon name="arrow" />
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view bind:tap="routerTo" class="row" data-url="/patient/pages/mySave/index">
|
|
|
|
|
<view class="col">
|
|
|
|
|
<image class="icon" src="/images/icon33.png"></image>
|
|
|
|
|
我的收藏
|
|
|
|
|
</view>
|
|
|
|
|
<view class="more">
|
|
|
|
|
<van-icon name="arrow" />
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view bind:tap="routerTo" class="row" data-url="/patient/pages/personalInformation/index">
|
|
|
|
|
<view class="col">
|
|
|
|
|
<image class="icon" src="/images/icon34.png"></image>
|
|
|
|
|
个人信息
|
|
|
|
|
</view>
|
|
|
|
|
<view class="more">
|
|
|
|
|
<van-icon name="arrow" />
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view bind:tap="routerTo" class="row" data-url="">
|
|
|
|
|
<view class="col">
|
|
|
|
|
<image class="icon" src="/images/icon35.png"></image>
|
|
|
|
|
协议相关
|
|
|
|
|
</view>
|
|
|
|
|
<view class="more">
|
|
|
|
|
<van-icon name="arrow" />
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="login-out" bind:tap="handleLoginOut">退出登录</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<patient-tab-bar></patient-tab-bar>
|