<video loop="loop"  muted  autoplay="autoplay" style="width: 1920px;height: 598px;">
    <source src="../../../../static/video/banner.mp4" type="video/mp4">
</video>normal
 
 
<video loop="loop"  muted  autoplay="autoplay" style="width: 1920px;height: 598px;">
    <source src="../../../../static/video/banner.mp4" type="video/mp4">
</video>normal
 
 
do not directly use the native video tag, replace it with video.js, which can solve most compatibility problems. Document address: ideojs.com/" rel=" nofollow noreferrer "> https://videojs.com/
for example, when calling the Alipay payment link, the H5 mobile page is blocked in the new window of the mobile browser. if (res.code === 1) { window.open(res.data.url) } url is the Alipay payment link to be adjusted. The new window can be opene...