From 6e288944ff943bc9c9c5f0d49e2e55666f336d72 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 23 Jun 2021 14:48:10 +0800
Subject: [PATCH] 地址修改

---
 pages/groupChat/chating.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/groupChat/chating.vue b/pages/groupChat/chating.vue
index efb6324..2f22c93 100644
--- a/pages/groupChat/chating.vue
+++ b/pages/groupChat/chating.vue
@@ -213,8 +213,8 @@
 					method:"get",
 					data:{
 						senderId: that.senId,
-						// recipientId: that.recipientId
-						recipientId: "1370571848600920066"
+						recipientId: that.recipientId
+						// recipientId: "1370571848600920066"
 					},
 					success:(res)=> {
 						// recAvatar: null,//接收者头像

--
Gitblit v1.9.3