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="background: url('{{imageUrl}}bg1.png?t={{Timestamp}}') no-repeat top center/100% 602rpx;padding-top:{{pageTop+21}}px;"
|
|
|
|
>
|
|
|
|
<view class="user">
|
|
|
|
<button class="avatar-wrapper" open-type="chooseAvatar" bind:chooseavatar="onChooseAvatar">
|
|
|
|
<image class="avatar" src="{{userInfo.Avatar}}"></image>
|
|
|
|
</button>
|
|
|
|
<view class="wrap">
|
|
|
|
<view class="name">
|
|
|
|
<text class="nickname">{{userInfo.PatientName}}</text>
|
|
|
|
</view>
|
|
|
|
<view class="day">
|
|
|
|
今天是陪伴您的第
|
|
|
|
<rich-text class="rich" nodes="{{Days}}"></rich-text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="apply" bind:tap="routerTo" data-url="/pages/applyFrom/index">
|
|
|
|
<image class="a-img" src="{{imageUrl}}index-apply.png?t={{Timestamp}}"></image>
|
|
|
|
<view class="content">查看我的健康档案</view>
|
|
|
|
</view>
|
|
|
|
<view class="list">
|
|
|
|
<view class="list-container">
|
|
|
|
<view class="item" bind:tap="handleUserInfo">
|
|
|
|
<image class="icon" src="{{imageUrl}}icon85.png?t={{Timestamp}}"></image>
|
|
|
|
<view class="content">个人信息</view>
|
|
|
|
<van-icon class="more" name="arrow" />
|
|
|
|
</view>
|
|
|
|
<view class="item" bind:tap="handleFamily">
|
|
|
|
<image class="icon" src="{{imageUrl}}icon69.png?t={{Timestamp}}"></image>
|
|
|
|
<view class="content">我的亲友</view>
|
|
|
|
<van-icon class="more" name="arrow" />
|
|
|
|
</view>
|
|
|
|
<view class="item" bind:tap="handleDoctor">
|
|
|
|
<image class="icon" src="{{imageUrl}}icon68.png?t={{Timestamp}}"></image>
|
|
|
|
<view class="content">
|
|
|
|
我是医生
|
|
|
|
<text class="tex">登录医生端</text>
|
|
|
|
</view>
|
|
|
|
<van-icon class="more" name="arrow" />
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<popup model:show="{{popupShow}}" type="{{popupType}}" params="{{popupParams}}" bind:cancel="handlePopupCancel"></popup>
|
|
|
|
|
|
|
|
<patient-tab-bar></patient-tab-bar>
|