## Opt - 兼容ios open
This commit is contained in:
parent
22ad7a49bf
commit
d5bdd43252
|
@ -566,7 +566,9 @@ export default {
|
|||
if (navigator.userAgent.includes('MicroMessenger')) {
|
||||
window.location.href = url
|
||||
} else {
|
||||
window.open(url)
|
||||
requestAnimationFrame(()=>{
|
||||
window.open(url)
|
||||
});
|
||||
}
|
||||
})
|
||||
},
|
||||
|
|
|
@ -1277,7 +1277,9 @@ export default {
|
|||
if (navigator.userAgent.includes('MicroMessenger')) {
|
||||
window.location.href = url
|
||||
} else {
|
||||
window.open(url)
|
||||
requestAnimationFrame(()=>{
|
||||
window.open(url)
|
||||
});
|
||||
}
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue