0
点赞
收藏
分享

微信扫一扫

短信点击链接进入小程序

穆熙沐 2022-01-27 阅读 75
小程序

参考链接:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/url-scheme.html

  1. 通过在小程序管理后台「工具」-「生成 URL Scheme」入口可以获取打开小程序任意页面的 URL Scheme

生成的链接类如:weixin://dl/business/?t= TICKET

  1. H5页面
location.href = 'weixin://dl/business/?t= *TICKET*'
举报

相关推荐

0 条评论