怎么在小程序H5页面中跳转另一个小程序
H5页面是第一个页面,并且不能做中间页
https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html
是微信小程序?
你是想要从H5跳转到小程序吗
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/staticstorage/jump-miniprogram.html
是这样的,你想通过什么API直接唤醒是不行的,但是有一个骚操作,用小程序的schema唤醒。
这个东西就是一个链接,你只要执行打开就行了,这玩意一般用在短信中打开小程序,当然h5也可以
window.open("weixin://dl/business/?t=test");
设置一下就好了
https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/staticstorage/jump-miniprogram.html