通过微信聊天信息发送的h5 链接,用户点击之后在微信浏览器打开,无法通过网页跳转到app?
这边看京东淘宝的链接都是可以的 https://item.m.jd.com/product/10063303983188.html?&utm_source=iosapp&utm_medium=appshare&utm_campaign=t_335139774&utm_term=CopyURL&ad_od=share&utm_user=plusmember&gx=RnAomTM2bjOPn54Qq4V-VR4HJeAAJFo&gxd=RnAoxmJfOjbQyM0RqNYjDE6PXDNy1IQ89Geo1tQIGlYsLAD3xiryvEzqnvfeYK4 【淘宝】https://m.tb.cn/h.UzSRv30?tk=rOiMdJdIVgw CZ3457 「SPECIALIZED闪电 TARMAC SL7 EXPERT 无线电变速碳纤维公路自行车」 点击链接直接打开 或者 淘宝搜索直接打开 我们自己的h5 写了跳转app的代码,但是没有生效 <wx-open-launch-app id="wechat-launch-btn" class="launch-btn" ref={wxRef} appid="wx6f96939d9526df35" extinfo={`address_url=${TYPE_LISTA[type]}`} style={{ position: "fixed", bottom: 0, top: 0, left: 0, right: 0, opacity: 1, zIndex: 99999, }} > <script type="text/wxtag-template"> <div style={{ position: "fixed", bottom: 0, top: 0, left: 0, right: 0, opacity: 0, zIndex: 99999, }} > 立即打开 </div> </script> </wx-open-launch-app>