Commit b49c4963 by liuquan

合并分支 'feature.login.v3.2.3.20210605.liuquan' 到 'XDJK-master'

修改电子处方笺判断

查看合并请求 !17
parents 9384e94d 1e7d6644
......@@ -877,6 +877,7 @@ Page({
*/
moreService: Util.debouce(function () {
var that = this;
console.log("getCurrentPages",getCurrentPages())
if (!that.data.t_unionid || !that.data.doctorunitid || !that.data.t_openid) {
return;
}
......
......@@ -24,8 +24,7 @@ Page({
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
onReady: function () {},
/**
* 生命周期函数--监听页面显示
......@@ -55,7 +54,7 @@ Page({
title: '请完善信息',
path: 'packageA/patientList/patientList',
}
},//判断是否是iPhonex
}, //判断是否是iPhonex
checkModal() {
let that = this;
wx.getSystemInfo({
......@@ -89,8 +88,8 @@ Page({
showview: true
})
}
}).catch(err=>{
console.log("userBuyInfoList",err)
}).catch(err => {
console.log("userBuyInfoList", err)
})
},
///新增用户信息 add lq dateTime 2020-03-23
......@@ -99,7 +98,6 @@ Page({
url: "/packageA/editUser/editUser?btid=''",
})
},
//修改
navto: function (e) {
console.log(e.currentTarget.dataset.item)
......
......@@ -101,7 +101,7 @@
</view>
<view class="hd-title">
<view>小懂健康互联网医院</view>
<view>电子处方笺</view>
<view>{{list.prescription.length>5?'用药建议':'电子处方笺'}}</view>
</view>
<view class="line1"></view>
<view class="diagnose">
......
......@@ -289,7 +289,7 @@ Page({
wx.hideLoading();
} else {
let t_unionid = that.data.t_userInfo.unionid;
wx.navigateTo({
wx.reLaunch({
url: '/packageA/chat/chat?t_unionid=' + t_unionid + '&orderId=' + conductRes.data+'&groupID='+conductRes.chat_id,
})
wx.hideLoading();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment