From 1b1d3e2b3c9e767932bddf2671172235b8fbd16a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 18 Aug 2021 17:00:05 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_app
---
pages/groupChat/chating.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/groupChat/chating.vue b/pages/groupChat/chating.vue
index 8042b6d..9cc49ac 100644
--- a/pages/groupChat/chating.vue
+++ b/pages/groupChat/chating.vue
@@ -170,7 +170,7 @@
// this.nextPage()
var data = JSON.parse(option.data)
console.log(data,55555555555555555555555)
- this.name = ['wo',data.id];
+ this.name = ['wo',option.chatID];
// console.log(data)
this.callName = data.name;
},
@@ -216,7 +216,7 @@
var that = this;
that.senId = WxStorage.get("ids");
uni.request({
- url:"http://223.82.109.183:2080/api/chat-records/getSingleMessagePage",
+ url:this.$store.state.piAPI + "/chat-records/getSingleMessagePage",
method:"get",
data:{
senderId: that.senId,
@@ -339,7 +339,7 @@
}
uni.request({
- url:"http://223.82.109.183:2080/api/chat-records/insertSingleChat",
+ url:this.$store.state.piAPI + "/chat-records/insertSingleChat",
method:"post",
data:{
senderId: that.senId,
--
Gitblit v1.9.3