4.25详情跳转
This commit is contained in:
parent
ef911b998f
commit
e597cc7cce
@ -244,7 +244,8 @@ Component({
|
||||
patient_family_data:this.data.patient_family_data,
|
||||
remaining_month_inquiry_count:serviceInfo.remaining_month_inquiry_count,
|
||||
service_package_start_time:serviceInfo.start_time,
|
||||
service_package_finish_time:serviceInfo.finish_timestart_time,
|
||||
service_package_finish_time:serviceInfo.finish_time,
|
||||
monthly_frequency:serviceInfo.monthly_frequency,
|
||||
service_period:serviceInfo.service_period,
|
||||
remaining_quantity:serviceInfo.remaining_quantity,
|
||||
is_system:0
|
||||
@ -570,8 +571,9 @@ pageLifetimes:{
|
||||
patient_family_data:this.data.patient_family_data,
|
||||
remaining_month_inquiry_count:serviceInfo.remaining_month_inquiry_count,
|
||||
service_package_start_time:serviceInfo.start_time,
|
||||
service_package_finish_time:serviceInfo.finish_timestart_time,
|
||||
service_package_finish_time:serviceInfo.finish_time,
|
||||
service_period:serviceInfo.service_period,
|
||||
monthly_frequency:serviceInfo.monthly_frequency,
|
||||
remaining_quantity:serviceInfo.remaining_quantity,
|
||||
is_system:0
|
||||
}),
|
||||
@ -915,8 +917,9 @@ pageLifetimes:{
|
||||
patient_family_data:this.data.patient_family_data,
|
||||
remaining_month_inquiry_count:serviceInfo.remaining_month_inquiry_count,
|
||||
service_package_start_time:serviceInfo.start_time,
|
||||
service_package_finish_time:serviceInfo.finish_timestart_time,
|
||||
service_package_finish_time:serviceInfo.finish_time,
|
||||
service_period:serviceInfo.service_period,
|
||||
monthly_frequency:serviceInfo.monthly_frequency,
|
||||
remaining_quantity:serviceInfo.remaining_quantity,
|
||||
is_system:0
|
||||
}),
|
||||
@ -979,8 +982,9 @@ pageLifetimes:{
|
||||
patient_family_data:this.data.patient_family_data,
|
||||
remaining_month_inquiry_count:serviceInfo.remaining_month_inquiry_count,
|
||||
service_package_start_time:serviceInfo.start_time,
|
||||
service_package_finish_time:serviceInfo.finish_timestart_time,
|
||||
service_package_finish_time:serviceInfo.finish_time,
|
||||
service_period:serviceInfo.service_period,
|
||||
monthly_frequency:serviceInfo.monthly_frequency,
|
||||
remaining_quantity:serviceInfo.remaining_quantity,
|
||||
is_system:0
|
||||
}),
|
||||
|
||||
@ -243,7 +243,8 @@ goXuFei:throttle(function(){
|
||||
handleCreateServiceChatOrder(id){
|
||||
createServiceChatOrder(id).then(res=>{
|
||||
let order_inquiry_id=res.order_inquiry_id;
|
||||
let chat_id=this.data.chat_id;
|
||||
let chat_id=this.data.user_doctor.user_id;
|
||||
// /TUIService/pages/index?currentConversationID='+currentConversationID+'&order_inquiry_id='+custom.order_inquiry_id+'&inquiry_type='+custom.inquiry_type
|
||||
app.method.navigateTo({
|
||||
url: '/TUIService/pages/index?currentConversationID=' + chat_id + "&order_inquiry_id=" + order_inquiry_id + "&inquiry_type=1&fromType=chat"
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user