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: "",
inquiry_type: 2,
inquiry_mode: 1,
+3 -3
View File
@@ -35,9 +35,9 @@
<view class="bottom">
<text class="bottom_txt">
提示:服务开通后,患者可以通过快速问诊找到您,增加您的曝光度。
1、快速问诊价格为平台统一定价;
2、接诊后{{config.duration}}分钟内和患者{{config.times_number==0?'无限':config.times_number}}次沟通。
提示:服务开启后,您将有机会接收到平台自动分配的在线患者快速问诊订单
1、快速问诊价格为平台统一设定
2、快速问诊服务时间为{{config.duration}}分钟,期间不限制交流次数
</text>
</view>