|
@@ -99,6 +99,7 @@
|
|
}
|
|
}
|
|
this.imService = getApp().globalData.imService;
|
|
this.imService = getApp().globalData.imService;
|
|
this.doctorInfo = JSON.parse(op.patient)
|
|
this.doctorInfo = JSON.parse(op.patient)
|
|
|
|
+ console.log(this.doctorInfo)
|
|
// this.getMessage("member_" + this.doctorInfo.user_id)
|
|
// this.getMessage("member_" + this.doctorInfo.user_id)
|
|
//对话数据
|
|
//对话数据
|
|
this.friend = {
|
|
this.friend = {
|
|
@@ -202,7 +203,7 @@
|
|
//
|
|
//
|
|
getOrderDetails: async function() {
|
|
getOrderDetails: async function() {
|
|
let res = await this.$request.post("patient/orderPatientDetail", {
|
|
let res = await this.$request.post("patient/orderPatientDetail", {
|
|
- 'patient_id': 218
|
|
|
|
|
|
+ 'patient_id': 25439
|
|
});
|
|
});
|
|
if (res.status == 0) {
|
|
if (res.status == 0) {
|
|
console.log("订单详情", res)
|
|
console.log("订单详情", res)
|