yanjie 4 gadi atpakaļ
vecāks
revīzija
42598625ae
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      pages/conversation/conversationWindow.vue

+ 2 - 1
pages/conversation/conversationWindow.vue

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