智慧保安互联网APP
zengh
2021-08-19 12fcb594b1a6c4c136acb3fa5c844428c5c50631
pages/groupChat/chatingQZ.vue
@@ -169,6 +169,8 @@
      },
      onLoad(option) {
         this.recipientId = option.chatID;
         var data = JSON.parse(option.data)
         this.recName = data.GroupName;
         this._getMsg(this.nowpage)
         // this.nextPage()
      },
@@ -215,7 +217,7 @@
            var that = this;
            that.senId = WxStorage.get("ids");
            uni.request({
               url:"http://s16s652780.51mypc.cn/api/chatgroupc/selectList",
               url:this.$store.state.piAPI + "/chatgroupc/selectList",
               method:"post",
               header: {
                  'content-type': 'application/x-www-form-urlencoded', 
@@ -336,7 +338,7 @@
            }
            
            uni.request({
               url:"http://s16s652780.51mypc.cn/api/chatgroupc/submit",
               url:this.$store.state.piAPI + "/chatgroupc/submit",
               method:"post",
               data:{
                  senderId: that.senId,