3.18医生

This commit is contained in:
zoujiandong
2024-03-18 18:50:29 +08:00
parent d37fb6b1de
commit a9edbc3489
112 changed files with 4490 additions and 340 deletions
+7 -8
View File
@@ -38,10 +38,7 @@
<view class="bottom" style="padding-bottom: 30rpx;">
<text class="bottom_txt">
提示:服务开启后,患者按照所设置的价格向您购买图文问诊服务
1、接诊后,患者可与您在<text class="green">{{config.duration/60}}小时内进行{{config.times_number}}回合沟通\n</text>
2、若开启公益问诊,图文问诊价格以公益问诊价格为准
3、每日接诊数量和问诊价格<text class="green">每日仅限调整1次,每月仅限调整5次\n</text>
4、价格修改后立即生效,不影响修改之前已生成的问诊订单\n
1、接诊后,患者可与您在<text class="green">{{config.duration/60}}小时内进行{{config.times_number}}回合沟通\n</text>2、若开启公益问诊,图文问诊价格以公益问诊价格为准\n3、每日接诊数量和问诊价格<text class="green">每日仅限调整1次,每月仅限调整5次\n</text>4、价格修改后立即生效,不影响修改之前已生成的问诊订单\n
</text>
</view>
</view>
@@ -127,15 +124,17 @@
<view class="price_title">价格设置</view>
<view class="price_steup_box">
<van-cell size="large" url="/user/pages/yishi/onlinesetupprice/index?inquiry_mode=6" custom-style="font-size:32rpx;" title="每日接诊数量" is-link border="{{true}}">
<view class="cell_value">
<view class="cell_value" wx:if="{{info.work_num_day}}">
{{info.work_num_day}}
</view>
<view class="cell_value_seting" wx:else>去设置</view>
</van-cell>
<van-cell size="large" url="/user/pages/yishi/onlinesetupprice/index?inquiry_mode=6" custom-style="font-size:32rpx;" title="问诊单价" is-link border="{{false}}">
<view class="cell_value">
<view class="cell_value" wx:if="{{info.inquiry_price}}">
<text style="color: red;">{{info.inquiry_price}}</text>
<text style="color: #000;"> 元</text>
</view>
<view class="cell_value_seting" wx:else>设置单价,建议800元</view>
</van-cell>
</view>
</view>
@@ -163,7 +162,7 @@
</van-cell>
<van-cell size="large" url="{{config_setting.config_service_id?'/user/pages/yishi/service_setting/index?config_service_id='+config_setting.config_service_id:'/user/pages/yishi/service_setting/index'}}" custom-style="font-size:32rpx;" title="服务周期" is-link border="{{true}}">
<view class="cell_value" wx:if="{{config_setting.service_period}}">
{{config_setting.service_period}}
{{config_setting.service_period}}
</view>
<view class="cell_value_seting" wx:else>
去设置
@@ -171,7 +170,7 @@
</van-cell>
<van-cell size="large" url="{{config_setting.config_service_id?'/user/pages/yishi/service_setting/index?config_service_id='+config_setting.config_service_id:'/user/pages/yishi/service_setting/index'}}" custom-style="font-size:32rpx;" title="服务回合数" is-link border="{{true}}">
<view class="cell_value" wx:if="{{config_setting.service_rounds}}">
{{config_setting.service_rounds}}
{{config_setting.service_rounds==0?'不限回合数':config_setting.service_rounds}}
</view>
<view class="cell_value_seting" wx:else>
去设置
+1 -1
View File
@@ -166,7 +166,7 @@ page{
.tabcon{
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
height: calc(100vh - 400rpx);
height: calc(100vh - 430rpx);
display: flex;
flex-direction: column;