This commit is contained in:
haomingming
2023-04-08 09:51:45 +08:00
parent 6fa2a5eaa9
commit 3f40c4c237
69 changed files with 1274 additions and 338 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ Page({
},
height: app.globalData.height,
checked: true,
open_note: "已开启,患者可以向您发起图文问诊",
close_note: "已关闭,暂不接收义诊订单",
open_note: "已开启,可在问诊消息中进行接诊",
close_note: "已关闭,暂不接收公益问诊",
note: "",
amountText: "选择金额(元)",
amountValue: "",
+3 -3
View File
@@ -21,9 +21,9 @@
<view class="bottom">
<text class="bottom_txt">
提示:服务开通后,患者可以通过公益问诊找到您,增加您的接诊量。
1、公益问诊价格为平台统一设定的几个,需要您自己选择单价;
2、接诊后{{config.duration/60}}小时内和患者{{config.times_number}}个回合沟通。
提示:服务开启后,您将参与到平台爱心公益问诊活动中
1、从平台统一设定的多种公益问诊价格中选择您的公益问诊价格
2、接诊后,患者可与您在{{config.duration/60}}小时内进行{{config.times_number}}回合沟通
</text>
</view>