服务包详情跳转
This commit is contained in:
@@ -24,9 +24,13 @@ function serviceList(data){ //获取患者检测订单列表
|
||||
function delCheckOrder(id){
|
||||
return request('/patient/order/detection/'+id,'DELETE')
|
||||
};
|
||||
function createServiceChatOrder(id){
|
||||
return request('/patient/service/inquiry/'+id,'POST',{},true)
|
||||
}
|
||||
|
||||
|
||||
module.exports={
|
||||
createServiceChatOrder,
|
||||
cancelCheckPay,
|
||||
cancelCheckOrder,
|
||||
serviceDetail,
|
||||
|
||||
Reference in New Issue
Block a user