智慧保安互联网APP
shuishen
2021-08-18 1b1d3e2b3c9e767932bddf2671172235b8fbd16a
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,