diff --git a/TUIChatService/TUIKit/components/TUIChat/components/MessageInput/index.js b/TUIChatService/TUIKit/components/TUIChat/components/MessageInput/index.js index 8e2800a..68177e4 100644 --- a/TUIChatService/TUIKit/components/TUIChat/components/MessageInput/index.js +++ b/TUIChatService/TUIKit/components/TUIChat/components/MessageInput/index.js @@ -335,6 +335,7 @@ this.setData({ }) wx.setStorageSync('words', ""); } + wx.hideKeyboard(); //let THIS=this; // wx.getSystemInfo({ // success: function(res) { @@ -362,6 +363,7 @@ this.setData({ }, hide: function () { + wx.hideKeyboard(); let THIS=this; if(THIS.data.isRecording){ THIS.handleTouchEnd() @@ -1363,8 +1365,8 @@ this.setData({ }, // 监听是否获取焦点,有焦点则向父级传值,动态改变input组件的高度。 inputBindFocus(event) { - let {height}= event.detail; - console.log(height); + //let {height}= event.detail; + // console.log(height); // if(height==0){ // this.setData({ // textFocus: true, diff --git a/user/pages/yishi/orderdetail/index.wxml b/user/pages/yishi/orderdetail/index.wxml index bfdfc30..be28630 100644 --- a/user/pages/yishi/orderdetail/index.wxml +++ b/user/pages/yishi/orderdetail/index.wxml @@ -19,7 +19,9 @@ {{(item.order_type==4 || item.order_type==5)?'开始时间':'问诊时间'}}:{{item.start_time}} 结束时间:{{item.finish_time}} 订单金额:¥{{item.amount_total}} - 预计入账       入账¥{{item.estimate_income}} + + 预计入账: +        入账:¥{{item.estimate_income}}        原因:¥{{item. cancel_remarks}} diff --git a/user/pages/yishi/wenzhenorderV2/index.wxml b/user/pages/yishi/wenzhenorderV2/index.wxml index aeff9fe..d8228e3 100644 --- a/user/pages/yishi/wenzhenorderV2/index.wxml +++ b/user/pages/yishi/wenzhenorderV2/index.wxml @@ -7,9 +7,9 @@ {{item.inquiry_type==1 && item.inquiry_mode==1?'在线问诊-图文':item.inquiry_type==1 && item.inquiry_mode==2?'在线问诊-视频':item.inquiry_type==1 && item.inquiry_mode==6?'疑难会诊':item.inquiry_type==1 && item.inquiry_mode==8?'在线问诊-健康包':item.inquiry_type==1 && item.inquiry_mode==9?'在线问诊-随访包':item.inquiry_type==2?'快速问诊':item.inquiry_type==3?'公益问诊':item.inquiry_type==4?'问诊购药':item.inquiry_type==5?'糖组检测':'未知'}} - 订单编号:{{item.inquiry_no }} + 订单编号:{{item.order_no}} 就诊患者:{{item.patient_name}}({{item.patient_sex==1?'男':'女'}},{{item.patient_age}}岁) - 接诊时间:{{item.reception_time}} + 接诊时间:{{item.start_time}} 结束时间:{{item.finish_time}} 订单金额:¥{{item.amount_total}} 入账入账{{item.amount_total}}*0.75元