提交4.22
This commit is contained in:
parent
710171a553
commit
a15feec3db
@ -87,7 +87,9 @@ Page({
|
||||
|
||||
}else if(link_type==13){
|
||||
url='/patient/pages/prescriptDetail/prescriptDetail?order_prescription_id='+link_params.order_prescription_id
|
||||
};
|
||||
}else if(link_type==15){
|
||||
url='/healthyService/pages/healthyOrderDetail/healthyOrderDetail?order_service_id='+link_params.order_no
|
||||
};
|
||||
app.method.navigateTo({
|
||||
url: url,
|
||||
})
|
||||
|
||||
@ -93,7 +93,9 @@ Page({
|
||||
|
||||
}else if(link_type==13){
|
||||
url='/patient/pages/prescriptDetail/prescriptDetail?order_prescription_id='+link_params.order_prescription_id
|
||||
};
|
||||
}else if(link_type==15){
|
||||
url='/healthyService/pages/healthyOrderDetail/healthyOrderDetail?order_service_id='+link_params.order_no
|
||||
};
|
||||
app.method.navigateTo({
|
||||
url: url,
|
||||
})
|
||||
|
||||
@ -92,7 +92,9 @@ Page({
|
||||
|
||||
}else if(link_type==13){
|
||||
url='/patient/pages/prescriptDetail/prescriptDetail?order_prescription_id='+link_params.order_prescription_id
|
||||
};
|
||||
}else if(link_type==15){
|
||||
url='/healthyService/pages/healthyOrderDetail/healthyOrderDetail?order_service_id='+link_params.order_no
|
||||
};
|
||||
app.method.navigateTo({
|
||||
url: url,
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user