赞
踩
注意:生成URL Scheme的必要前提:小程序不能是个人的,小程序必须已经上线发布了
window.open("weixin://dl/business/?t=test");
//weixin://dl/business/?t=test就是生成的URL Scheme
wx.config({
debug: true, // 开启调试模式,调用的所有api的返回值会在客户端alert出来,若要查看传入的参数,可以在pc端打开,参数信息会通过log打出,仅在pc端时才会打印
appId: '', // 必填,公众号的唯一标识
timestamp: , // 必填,生成签名的时间戳
nonceStr: '', // 必填,生成签名的随机串
signature: '',// 必填,签名
jsApiList: [], // 必填,需要使用的JS接口列表
openTagList: ['wx-open-launch-weapp'] // 可选,需要使用的开放标签列表,例如['wx-open-launch-app']
});
<wx-open-launch-weapp
id="launch-btn"
username="gh_XXXXX"
weappid="wxd44d0XXX0f0dXXX"
path="/pages/page/page.html?id=aaa"
>
<script type="text/wxtag-template">
<!--html页面展示代码-->
</script>
</wx-open-launch-weapp>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。