<div class="wrapper">
<img src="/images/download/logo.png" class="logo">
<img src="/images/download/appstore.png" class="appstore">
<img src="/images/download/android.png" class="android">
</div>
$(".appstore").on("tap",function(){
window.location.href = "https://www.baidu.com";
})
$(".android").on("tap",function(){
window.location.href = "https://www.baidu.com";
})
when Wechat opens the page in his browser and clicks on .appstore and .Android, he sometimes zooms in on these two pictures and then jumps to the link
I hope not to enlarge the image. How to solve this