Commit da40084c by sunerhu

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

parent 5ea7c91d
...@@ -63,17 +63,17 @@ ...@@ -63,17 +63,17 @@
}else{ }else{
this.queryById(null,uni.getStorageSync('cffp_userId')) this.queryById(null,uni.getStorageSync('cffp_userId'))
} }
this.norebound() // this.norebound()
}, },
methods: { methods: {
// 禁止微信浏览器回弹效果 // 禁止微信浏览器回弹效果
norebound(){ // norebound(){
// #ifdef H5 // // #ifdef H5
document.body.addEventListener("touchmove",function(e) // document.body.addEventListener("touchmove",function(e)
e.preventDefault(); // e.preventDefault();
,passive:false) // ,passive:false)
// #endif // // #endif
}, // },
save(){ save(){
if(this.applyParam.personalSignOssPath){ if(this.applyParam.personalSignOssPath){
this.saveApplyInfo(); 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