http://api.fushiwenhua.com/api/course/weixin/share?courseId=66 测试路径
https://developers.weixin.qq.com/doc/oplatform/Mobile_App/WeChat_H5_Launch_APP.html 按照这个文档配置的
<wx-open-launch-app
id="launch-btn"
appid="xxx"
extinfo="your-extinfo">
<template>
<style>.btn { padding: 12px }</style>
<button class="btn">App内查看</button>
</template>
</wx-open-launch-app>
这个好像是在微信公众号里面可以吧~小程序现在不支持内嵌页面主动打开app吧?
微信开放平台绑定所需要跳转的App
这里也需要设置安全域名
管理中心 -> 公众帐号 -> 接口信息 -> 网页跳转移动应用 -> 关联设置中绑定所需要跳转的App 1
你好,请问您现在解决了吗