目录
一、微信拉起半屏API:
二、使用限制
三、解决使用限制
一、微信拉起半屏API: wx.openEmbeddedMiniProgram({ appId: '',// 你要打开的小程序appid path: 'page/index/index', // 打开的页面路径,如果为空则打开首页 extraData: {},// 需要传递给目标小程序的数据 envVersion: 'develop',// 要打开的小程序版本 develop 开发版 trial 体验版 release 正式版 success(res) { // 打开成功 }, fail(e) { // 打开失败 }, }) 二、使用限制 一、微信拉起半屏API: wx.open