武田基因病B开发环境
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.
 
 
 

50 lines
2.2 KiB

<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">???</text>
<image class="icon" src="{{imageUrl}}icon12.png?t={{Timestamp}}"></image>
</view>
<view class="day">
今天是陪伴您的第
<text class="num">{{userInfo.Days}}</text>
</view>
</view>
</view>
<view class="apply" bind:tap="routerTo" data-url="/pages/applyFrom/index">
<image wx:if="{{userInfo.ApplyIntentionId}}" class="a-img" src="{{imageUrl}}index-apply-end.png?t={{Timestamp}}"></image>
<image wx:else class="a-img" src="{{imageUrl}}index-apply.png?t={{Timestamp}}"></image>
<image wx:if="{{userInfo.ApplyIntentionId}}" class="a-label" src="{{imageUrl}}index-apply-label.png?t={{Timestamp}}"></image>
</view>
<view class="list">
<view class="list-header">
<view class="name">切换身份</view>
<image class="icon" src="{{imageUrl}}icon12.png?t={{Timestamp}}"></image>
</view>
<view class="item" bind:tap="routerTo" data-url="/patient/pages/protocol/index">
<image class="icon" src="{{imageUrl}}icon13.png?t={{Timestamp}}"></image>
<view class="wrap">
<view class="name">我已开启基因治疗</view>
<view class="content">切换基因治疗版本</view>
</view>
<image class="icon2" src="{{imageUrl}}icon12.png?t={{Timestamp}}"></image>
</view>
<view class="item">
<image class="icon" src="{{imageUrl}}icon14.png?t={{Timestamp}}"></image>
<view class="wrap">
<view class="name">我是医生</view>
<view class="content">登录医生端</view>
</view>
<image class="icon2" src="{{imageUrl}}icon12.png?t={{Timestamp}}"></image>
</view>
</view>
<view class="login-out">退出登录</view>
</view>
<popup model:show="{{popupShow}}" type="{{popupType}}" params="{{popupParams}}" bind:cancel="handlePopupCancel"></popup>