小程序
小游戏
企业微信
微信支付
扫描小程序码分享
https://developers.weixin.qq.com/doc/oplatform/Mobile_App/WeChat_H5_Launch_APP.html
详情见https://merchant.shengjingbank.com.cn/api/sha1.html
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
报什么错,上代码,上截图。你这提问信息有点缺失。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
<body>
<div>
<wx-open-launch-app id="launch-btn" appid="wx623cfb7a0c426f4d" extinfo="your-extinfo">
<script type="text/wxtag-template">
<style>.btn { padding: 12px }</style>
<button class="btn">App内查看</button>
</script>
</wx-open-launch-app>
</div>
</body>
<script>
var btn = document.getElementById('launch-btn');
console.log("console")
btn.addEventListener('launch', function (e) {
alert("成功")
console.log('success');
});
btn.addEventListener('error', function (e) {
alert("失败")
console.log('fail', e.detail);
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
报什么错,上代码,上截图。你这提问信息有点缺失。
<body>
<div>
<wx-open-launch-app id="launch-btn" appid="wx623cfb7a0c426f4d" extinfo="your-extinfo">
<script type="text/wxtag-template">
<style>.btn { padding: 12px }</style>
<button class="btn">App内查看</button>
</script>
</wx-open-launch-app>
</div>
</body>
<script>
var btn = document.getElementById('launch-btn');
console.log("console")
btn.addEventListener('launch', function (e) {
alert("成功")
console.log('success');
});
btn.addEventListener('error', function (e) {
alert("失败")
console.log('fail', e.detail);
});
</script>