Commit da40084c by sunerhu

1.错误的浏览器回弹效果--暂时注释

parent 5ea7c91d
......@@ -63,17 +63,17 @@
}else{
this.queryById(null,uni.getStorageSync('cffp_userId'))
}
this.norebound()
// this.norebound()
},
methods: {
// 禁止微信浏览器回弹效果
norebound(){
// #ifdef H5
document.body.addEventListener("touchmove",function(e)
e.preventDefault();
,passive:false)
// #endif
},
// norebound(){
// // #ifdef H5
// document.body.addEventListener("touchmove",function(e)
// e.preventDefault();
// ,passive:false)
// // #endif
// },
save(){
if(this.applyParam.personalSignOssPath){
this.saveApplyInfo();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment