diff --git a/user/commpents/myprofile/index.js b/user/commpents/myprofile/index.js index b725f47..969d18c 100644 --- a/user/commpents/myprofile/index.js +++ b/user/commpents/myprofile/index.js @@ -81,6 +81,7 @@ Component({ license_cert_reason: "", qualification_cert_reason: "", work_cert_reason: "", + expertise_reason:"", email_reason:'', department_custom_name_reason: '', zhuanchang_note: '请选择专长', @@ -184,6 +185,7 @@ Component({ this.setData({ avatar_reason: response.data.avatar, brief_introduction_reason: response.data.brief_introduction, + expertise_reason:response.data.expertise, be_good_at_reason: response.data.be_good_at, }) diff --git a/user/commpents/myprofile/index.wxml b/user/commpents/myprofile/index.wxml index 0137ef5..146f779 100644 --- a/user/commpents/myprofile/index.wxml +++ b/user/commpents/myprofile/index.wxml @@ -342,7 +342,7 @@ - + 专长 * @@ -359,7 +359,7 @@ - + 专长 * @@ -375,7 +375,12 @@ - + + + + {{ expertise_reason }} + + 去接诊 + + + + + + + + 接诊开关 + + + + + {{ (info.is_open==1 && active==0)?'已开启,患者可以向您发起图文问诊':'已关闭,暂不接诊' }} + + + + + + + + 价格设置 + + + + {{info.work_num_day}} + + + + + {{info.inquiry_price}} + + + + + + + + 提示:服务开启后,患者按照所设置的价格向您购买图文问诊服务 + 1、接诊后,患者可与您在{{config.duration/60}}小时内进行{{config.times_number}}回合沟通\n2、若开启公益问诊,图文问诊价格以公益问诊价格为准\n3、每日接诊数量和问诊价格每日仅限调整1次,每月仅限调整5次\n4、价格修改后立即生效,不影响修改之前已生成的问诊订单\n + + + + + 去接诊 + + + + + + + + + 接诊开关 + + + + + {{ (info.is_open==1 && active==0)?'已开启,患者可以向您发起图文问诊':'已关闭,暂不接诊' }} + + + + + + + + 价格设置 + + + + {{info.work_num_day}} + + + + + {{info.inquiry_price}} + + + + + + + + 提示:服务开启后,患者按照所设置的价格向您购买图文问诊服务 + 1、接诊后,患者可与您在{{config.duration/60}}小时内进行{{config.times_number}}回合沟通\n2、若开启公益问诊,图文问诊价格以公益问诊价格为准\n3、每日接诊数量和问诊价格每日仅限调整1次,每月仅限调整5次\n4、价格修改后立即生效,不影响修改之前已生成的问诊订单\n + + + + + 去接诊 + +