| | |
| | | }, |
| | | // 获取聊天数据 |
| | | _getMsg(page) { |
| | | |
| | | var that = this; |
| | | that.senId = WxStorage.get("ids"); |
| | | uni.request({ |
| | |
| | | |
| | | 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) |
| | |
| | | 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 |
| | | } |
| | | |
| | | }) |
| | | }, |
| | | // 地图定位 |