比如小程序A中展示了一个商品, 点击商品直接跳转到 小程序B中的此商品的购买页面.
https://developers.weixin.qq.com/miniprogram/dev/api/open-api/miniprogram-navigate/wx.navigateToMiniProgram.html
这两出都可以带参数过去。
可以
<navigator target="miniProgram" open-type="navigate" app-id="小程序B Appid" path="小程序B中的某个特定页面路径">打开小程序B</navigator>
path