小程序
小游戏
企业微信
微信支付
扫描小程序码分享
看文档服务端文档写的是 微信内 ,指南里写的是 微信外网页
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
都可以跳,
1.去小程序后台配置页面路径和参数生成
2. h5
<!DOCTYPE html> <html lang="zh"> <head> <title>H5打开小程序</title> </head> <body> <p style="text-align: center">自动跳转小程序</p> </body> <script> location.href = "weixin://dl/business/?t=xxxxxxxxx"; </script> </html>
3.微信内部直接访问weixin://dl/business/?t=xxxxxxxxx,公众号网页本身支持跳转小程序,wx-open-launch-weapp
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
现实是 用url scheme都可以跳
省流版:
其它浏览器:用URL scheme
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
都可以跳,
1.去小程序后台配置页面路径和参数生成
2. h5
<!DOCTYPE html> <html lang="zh"> <head> <title>H5打开小程序</title> </head> <body> <p style="text-align: center">自动跳转小程序</p> </body> <script> location.href = "weixin://dl/business/?t=xxxxxxxxx"; </script> </html>
3.微信内部直接访问weixin://dl/business/?t=xxxxxxxxx,公众号网页本身支持跳转小程序,wx-open-launch-weapp
现实是 用url scheme都可以跳
省流版:
微信浏览器:用 wx-open-launch-weapp 标签
其它浏览器:用URL scheme