zengh
2021-07-07 7001de2b8cd0b94d22815b4df65cbeb47e1ee216
pages/groupChat/chating.vue
@@ -206,7 +206,6 @@
         },
         // 获取聊天数据
         _getMsg(page) {
            var that = this;
            that.senId = WxStorage.get("ids");
            uni.request({
@@ -266,7 +265,10 @@
                  
                  that.$nextTick(() => {
                     that.isanimation = false
                     that.scrollToView = 'msg' + that.getData[0].id
                     if(that.getData.length != 0){
                        that.scrollToView = 'msg' + that.getData[0].id
                     }
                  })
                  // 数据加载完毕关闭动画,停止数据加载
                  clearInterval(this.loading)
@@ -365,7 +367,10 @@
            this.scrollToView = ''
            this.$nextTick(() => {
               let len = this.getData.length -1
               this.scrollToView = 'msg' + this.getData[0].id
               if(this.getData.length != 0){
                  this.scrollToView = 'msg' + this.getData[0].id
               }
            })
         },
         // 地图定位