服务包跳转
This commit is contained in:
@@ -38,7 +38,8 @@ Page({
|
||||
if(url.indexOf('?')!=-1){
|
||||
goUrl='/'+url+"&fromType="+url;
|
||||
}else{
|
||||
goUrl='/'+url+"?fromType="+url;
|
||||
// goUrl='/'+url+"?fromType="+url;
|
||||
goUrl='/patient/pages/medinceOrder/medinceOrder'
|
||||
}
|
||||
//处理聊天收到消息不及时;
|
||||
if(url.indexOf("TUIService/pages/index")!=-1){
|
||||
|
||||
@@ -530,6 +530,7 @@ Page({
|
||||
order_inquiry_id,
|
||||
order_type,
|
||||
order_id,
|
||||
order_no,
|
||||
order_product_id,
|
||||
fromType
|
||||
} = this.data;
|
||||
@@ -541,7 +542,11 @@ Page({
|
||||
app.method.navigateTo({
|
||||
url: '/sugarCheck/pages/checkOrderDetail/checkOrderDetail?order_detection_id=' + order_detection_id +"&fromType=" + fromType
|
||||
})
|
||||
}else {
|
||||
}else if(order_type == 4 || order_type == 5){
|
||||
app.method.navigateTo({
|
||||
url: '/healthyService/pages/healthyOrderDetail/healthyOrderDetail?order_service_id=' + order_no + "&fromType=" + fromType,
|
||||
})
|
||||
}else {
|
||||
// 订单类型(1:专家问诊 2:快速问诊 3:公益问诊 4:问诊购药)
|
||||
if (inquiry_type == 1) {
|
||||
app.method.navigateTo({
|
||||
|
||||
@@ -147,6 +147,7 @@ Page({
|
||||
order_inquiry_id,
|
||||
order_type,
|
||||
order_id,
|
||||
order_no,
|
||||
order_product_id,
|
||||
order_detection_id,
|
||||
fromType
|
||||
@@ -160,7 +161,11 @@ Page({
|
||||
wx.redirectTo({
|
||||
url: '/sugarCheck/pages/checkOrderDetail/checkOrderDetail?order_detection_id=' + order_detection_id + "&fromType=" + fromType,
|
||||
})
|
||||
}else {
|
||||
}else if(order_type == 4 || order_type == 5){
|
||||
wx.redirectTo({
|
||||
url: '/healthyService/pages/healthyOrderDetail/healthyOrderDetail?order_service_id=' + order_no + "&fromType=" + fromType,
|
||||
})
|
||||
}else {
|
||||
// 订单类型(1:专家问诊 2:快速问诊 3:公益问诊 4:问诊购药)
|
||||
if (inquiry_type == 1) {
|
||||
app.method.navigateTo({
|
||||
|
||||
Reference in New Issue
Block a user