Commit d4b8115e by liuquan

3.1.5

U:修改页面文案区分"用户"与"患者"
parent 834f4b41
...@@ -799,6 +799,9 @@ Page({ ...@@ -799,6 +799,9 @@ Page({
*/ */
moreService:Util.debouce(function() { moreService:Util.debouce(function() {
var that = this; var that = this;
if(!that.data.t_unionid||!that.data.doctorunitid||!that.data.t_openid){
return;
}
wx.navigateTo({ wx.navigateTo({
url: '/pages/docuterInfo/docuterInfo?t_unionid=' + that.data.t_unionid + '&t_unitid=' + that.data.doctorunitid + '&t_openid=' + that.data.t_openid, url: '/pages/docuterInfo/docuterInfo?t_unionid=' + that.data.t_unionid + '&t_unitid=' + that.data.doctorunitid + '&t_openid=' + that.data.t_openid,
}) })
......
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