前提:
1. 服务号
2. 已认证,没有过期
3. h5页面必须在已认证的服务号的JS接口安全域名白名单中!!
4. wx.config({...,openTagList: ['wx-open-launch-weapp']})
```html
<wx-open-launch-weapp
username="gh_原始小程序ID"
path="/pages/index/index.html">
<script type="text/wxtag-template">
<style>.btn { padding: 12px}</style>
<button class="btn">跳转小程序</button>
</script>
</wx-open-launch-weapp>
```
QA: 如何查看原始小程序ID
关注公众号”公众平台安全助手“ -》 ”绑定查询“ -》 ”小程序“,就能看到小程序原始ID
![IMG_E0BBB4F8023D1.jpeg](https://cdn.demongao.com/halo/IMG_E0BBB4F8023D-1_1664198911362.jpeg)
【微信H5 JS-Sdk】跳转小程序:wx-open-launch-weapp