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}}bg20.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.doctorAvatar}}"></image>
|
|
|
|
</button>
|
|
|
|
<view class="wrap">
|
|
|
|
<view class="name">
|
|
|
|
<text class="nickname">{{userInfo.doctorName}}</text>
|
|
|
|
</view>
|
|
|
|
<view class="hostipal">
|
|
|
|
{{userInfo.hospitalName}}
|
|
|
|
<view class="tag">{{userInfo.hospitalClassificationName}}{{userInfo.hospitalLevelName}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<image class="code" src="{{imageUrl}}icon88.png?t={{Timestamp}}"></image>
|
|
|
|
</view>
|
|
|
|
<view class="list">
|
|
|
|
<view class="list-container">
|
|
|
|
<view class="item" bind:tap="handleUserInfo">
|
|
|
|
<image class="icon" src="{{imageUrl}}icon89.png?t={{Timestamp}}"></image>
|
|
|
|
<view class="content">账号管理</view>
|
|
|
|
<van-icon class="more" name="arrow" />
|
|
|
|
</view>
|
|
|
|
<view class="item" bind:tap="handleDoc">
|
|
|
|
<image class="icon" src="{{imageUrl}}icon90.png?t={{Timestamp}}"></image>
|
|
|
|
<view class="content">隐私协议</view>
|
|
|
|
<van-icon class="more" name="arrow" />
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<popup model:show="{{popupShow}}" type="{{popupType}}" params="{{popupParams}}" bind:cancel="handlePopupCancel"></popup>
|
|
|
|
|
|
|
|
<doctor-tab-bar></doctor-tab-bar>
|