服务包跳转

This commit is contained in:
zoujiandong
2024-04-15 15:54:39 +08:00
parent e42276f343
commit bd3f004c60
10 changed files with 1045 additions and 684 deletions
@@ -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){
+6 -1
View File
@@ -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({
+6 -1
View File
@@ -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({