2024-01-16 14:59:06 +08:00

64 lines
3.5 KiB
Plaintext

<view class="container">
<view class="top"></view>
<view class="title" style="top: {{stateHeight}}px;height: {{navHeight}}px;line-height: {{navHeight}}px;">{{ title }}</view>
<view class="info_box">
<!-- 跳转我的信息 -->
<view class="photo" bindtap="go" data-url="/user/pages/yishi/myinfo/index">
<t-avatar class="avatar" size="large" image="{{avatar}}" />
</view>
<view class="info">
<view class="namebox">
<view class="name" bindtap="go" data-url="/user/pages/yishi/myinfo/index">{{user_name}} <text decode="true">&nbsp;{{doctor_title}}</text></view>
<view class="iconbox" bindtap="go" data-url="/user/pages/yishi/myinfo/index">
<text>设置</text>
<van-icon name="arrow" class="arrow"/>
</view>
</view>
<view class="renzheng">
<view class="yishi {{iden_auth_status==1?'active':''}}" bindtap="go" data-url="/user/pages/yishi/identity/index">{{iden_auth_status==1?'已医师认证':'未医师认证'}}></view>
<view class="zhiye {{multi_point_status==1?'active':''}}" bindtap="go" data-url="/user/pages/yishi/zhiye_identity/index">{{multi_point_status==1?'已多点执业认证':'未多点执业认证'}}></view>
</view>
</view>
</view>
<!-- <view class="account">
<view class="account_top">
<view class="account_top_left">
<view class="account_title">
<view>
账户余额(元)
</view>
</view>
<view class="account_num">
<view>
<text style="font-size: 42rpx;">¥</text>
<text style="font-size: 64rpx;">{{balance_account}}</text>
</view>
</view>
</view>
<view class="account_top_right">
<navigator url="/user/pages/yishi/cash/index" open-type="navigate" hover-class="other-navigator-hover">
<van-button custom-style="text-indent: 20rpx;letter-spacing: 20rpx;text-align: center;height:70rpx;border-radius: 40rpx;padding: 0rpx 44rpx;" color="linear-gradient(310deg, #FF931A 0%, #FF931A 0%, #FCB75D 100%);font-size: 32rpx;margin-bottom:20rpx">
提现
</van-button>
</navigator>
</view>
</view>
<view class="account_bottom">
<view style="font-size: 30rpx;color: #666666;">当日预计收益金额:</view>
<view style="font-size: 42rpx;color: rgba(0,0,0,0.85);">¥{{estimate_income}}</view>
</view>
</view> -->
<view class="content">
<van-cell size="large" url="/user/pages/yishi/medince_list/index" link-type="navigateTo" title-style="font-size: 34rpx;color: rgba(0,0,0,0.65);" title="药品清单" is-link />
<van-cell size="large" url="/user/pages/yishi/myaccount/index" link-type="navigateTo" title-style="font-size: 34rpx;color: rgba(0,0,0,0.65);" title="我的账户" is-link />
<van-cell size="large" url="/user/pages/yishi/bankcard/index" link-type="navigateTo" title-style="font-size: 34rpx;color: rgba(0,0,0,0.65);" title="我的银行卡" is-link />
<van-cell size="large" url="/user/pages/yishi/mycard/index" link-type="navigateTo" title-style="font-size: 34rpx;color: rgba(0,0,0,0.65);" title="我的名片" is-link />
<van-cell size="large" url="/user/pages/yishi/appraise/index?doctor_id={{doctor_id}}" link-type="navigateTo" title-style="font-size: 34rpx;color: rgba(0,0,0,0.65);" title="患者评价" is-link />
<van-cell size="large" url="/user/pages/yishi/quickreply/index" link-type="navigateTo" title-style="font-size: 34rpx;color: rgba(0,0,0,0.65);" title="常用语" is-link border="{{ false }}" />
</view>
</view>