瀏覽代碼

no message

yanjie 4 年之前
父節點
當前提交
42598625ae
共有 1 個文件被更改,包括 2 次插入1 次删除
  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)