优化
This commit is contained in:
@@ -6,13 +6,13 @@ Page({
|
||||
title: "个人中心",
|
||||
navHeight: 0,
|
||||
stateHeight: 0,
|
||||
user_name: "",
|
||||
iden_auth_status: "",
|
||||
idcard_status: "",
|
||||
multi_point_status: "",
|
||||
user_name: "医师姓名",
|
||||
iden_auth_status: "0",
|
||||
idcard_status: "0",
|
||||
multi_point_status: "0",
|
||||
avatar: "https://img.applets.igandanyiyuan.com/applet/doctor/static/images/default_photo.png",
|
||||
balance_account: "",
|
||||
estimate_income: "",
|
||||
balance_account: "0",
|
||||
estimate_income: "0",
|
||||
doctor_id: ""
|
||||
},
|
||||
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
<view class="container">
|
||||
<view class="top"></view>
|
||||
<view class="title" style="top: {{stateHeight}}px;height: {{navHeight}}px;line-height: {{navHeight}}px;">{{ title }}</view>
|
||||
<view bindtap="go" data-url="/Pages/yishi/myinfo/index" class="info_box" style="top: {{stateHeight}}px;">
|
||||
<view class="info_box" style="top: {{stateHeight}}px;">
|
||||
<!-- 跳转我的信息 -->
|
||||
<view class="photo">
|
||||
<view class="photo" bindtap="go" data-url="/Pages/yishi/myinfo/index">
|
||||
<t-avatar class="avatar" size="large" image="{{avatar}}" />
|
||||
</view>
|
||||
<view class="info">
|
||||
<view class="name">{{user_name}}</view>
|
||||
<view class="name" bindtap="go" data-url="/Pages/yishi/myinfo/index">{{user_name}}</view>
|
||||
<view class="renzheng">
|
||||
<view class="yishi">{{iden_auth_status==1?'已医师认证':'未医师认证'}}></view>
|
||||
<view class="zhiye">{{multi_point_status==1?'已多点执业认证':'未多点执业认证'}}></view>
|
||||
<view class="yishi" bindtap="go" data-url="/Pages/yishi/identity/index">{{iden_auth_status==1?'已医师认证':'未医师认证'}}></view>
|
||||
<view class="zhiye" bindtap="go" data-url="/Pages/yishi/zhiye_identity/index">{{multi_point_status==1?'已多点执业认证':'未多点执业认证'}}></view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="icon">
|
||||
<view class="icon" bindtap="go" data-url="/Pages/yishi/myinfo/index">
|
||||
<van-icon name="arrow" />
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -108,7 +108,9 @@
|
||||
border-radius: 20rpx;
|
||||
padding: 20rpx 0;
|
||||
}
|
||||
|
||||
.t-badge__content-text {
|
||||
line-height: 70rpx !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user