这边看京东淘宝的链接都是可以的
【淘宝】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>
你好,通过复制网页地址形成的蓝色文字外链打开的,都不能使用外跳APP功能
请问你们绑定了安全域名吗?是随便一个自己的服务号绑定吗
1.APP是否接入openSDK
2.H5页面开放标签是否加载成功 H5地址贴下
<wx-open-launch-app id="launch-btn" appid="your-appid" extinfo="your-extinfo" > <script type="text/wxtag-template"> <style>.btn { padding: 12px }</style> <button class="btn">App内查看</button> </script> </wx-open-launch-app> <script> var btn = document.getElementById('launch-btn'); btn.addEventListener('launch', function (e) { console.log('success'); }); btn.addEventListener('error', function (e) { console.log('fail', e.detail); }); </script>
useEffect(()=> { if(wxRef?.current) { wxRef?.current?.addEventListener("launch", function(e) { console.log("成功打开app", e); }); wxRef?.current?.addEventListener("error", (err) => { errGo(err) }); } }, [])
目前用链接的打开的点击会进入err
地址 https://h5.leixiaoan.com/index.html#/pages/content/index?id=2156