ios12兼容性问题,调用原生接口,判断系统为ios12
在if(data)中
this.$nextTick(()=>{
let versionArr = getAppSystemVersion();
If(versionArr[0] === ‘12’){
If(doucument.querySelector(‘.button-wrap’)){
Let btndom = document.querySelector(‘.button-wrap’);
If(btndom.style){
Btndom.style.paddingBottom = 1.7+’rem’
}
}
}
})