|
@@ -252,13 +252,6 @@ export default {
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
- } else {
|
|
|
- if(this.fromPage !== 'message') return
|
|
|
- this.$nextTick(() => {
|
|
|
- let height = document.getElementsByClassName('main-box')[0].getBoundingClientRect().height;
|
|
|
- // document.getElementById('messgaeBoardCont').scrollIntoView();
|
|
|
- window.scrollTo(0,height)
|
|
|
- })
|
|
|
}
|
|
|
//向小程序发送分享数据
|
|
|
wx.miniProgram.postMessage({
|