提交 743a25e9 编写于 作者: tao.wu's avatar tao.wu

调整页面左右拉动的问题

上级 2a6f453e
...@@ -96,6 +96,7 @@ ...@@ -96,6 +96,7 @@
}, },
mounted(){ mounted(){
document.querySelector('body').setAttribute('style', 'background: #FE9A51;'); document.querySelector('body').setAttribute('style', 'background: #FE9A51;');
document.querySelector('body').setAttribute('style', 'overflow-x: hidden;');
this.checkCache(); this.checkCache();
// 微信分享 // 微信分享
this.shareObj.shareUrl = window.location.href; this.shareObj.shareUrl = window.location.href;
......
...@@ -69,6 +69,7 @@ ...@@ -69,6 +69,7 @@
}, },
mounted(){ mounted(){
document.querySelector('body').setAttribute('style', 'background: "";'); document.querySelector('body').setAttribute('style', 'background: "";');
document.querySelector('body').setAttribute('style', 'overflow-x: hidden;');
// 微信分享 // 微信分享
this.shareObj.shareUrl = window.location.href; this.shareObj.shareUrl = window.location.href;
this.$picaWxShare({ this.$picaWxShare({
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册