2023-03-17 10:13:35 +08:00

57 lines
2.8 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 bindtap="go" data-url="/Pages/yishi/myinfo/index" class="info_box" style="top: {{stateHeight}}px;">
<!-- 跳转我的信息 -->
<view class="photo">
<t-avatar class="avatar" size="large" image="{{avatar}}" />
</view>
<view class="info">
<view class="name">{{user_name}}</view>
<view class="renzheng">
<view class="yishi">{{iden_auth_status==1?'已医师认证':'未医师认证'}}></view>
<view class="zhiye">{{multi_point_status==1?'已多点执业认证':'未多点执业认证'}}></view>
</view>
</view>
<view class="icon">
<van-icon name="arrow" />
</view>
</view>
<view class="account" style="top: {{stateHeight}}px;">
<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="/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;border-radius: 10rpx;padding: 20rpx 50rpx;" color="linear-gradient(310deg, #FF931A 0%, #FF931A 0%, #FCB75D 100%);">
提现
</van-button>
</navigator>
</view>
</view>
<view class="account_bottom">
<view style="font-size: 30rpx;color: #666666;">当日预计收益金额:</view>
<view style="font-size: 42rpx;color: #333333;">¥{{estimate_income}}</view>
</view>
</view>
<view class="content" style="top: calc(20rpx + {{stateHeight}}px);">
<van-cell size="large" url="/Pages/yishi/myaccount/index" link-type="navigateTo" title-style="font-size: 30rpx;" title="我的账户" is-link />
<van-cell size="large" url="/Pages/yishi/bankcard/index" link-type="navigateTo" title-style="font-size: 30rpx;" title="我的银行卡" is-link />
<van-cell size="large" url="/Pages/yishi/mycard/index" link-type="navigateTo" title-style="font-size: 30rpx;" title="我的名片" is-link />
<van-cell size="large" url="/Pages/yishi/appraise/index?doctor_id={{doctor_id}}" link-type="navigateTo" title-style="font-size: 30rpx;" title="患者评价" is-link />
<van-cell size="large" url="/Pages/yishi/quickreply/index" link-type="navigateTo" title-style="font-size: 30rpx;" title="常用语" is-link border="{{ false }}"/>
</view>
</view>