实现微信小程序与小程序之间的跳转
使用 API 方式跳转
如下示例代码所示
1 | <view class="container"> |
如下是逻辑代码
1 | onJumpMin() { |
使用小程序跳转的 API 就上面几行代码
使用标签方式跳转(原生微信小程序)
如下是wxml
代码
1 | <view> |
使用标签的方式跳转,非常简单,只需要在wxml中使用target,open-type,app-id,path,指定相应的参数就可以实现跳转了的
从 2020 年 4 月 24 日起,使用跳转其他小程序功能将无需在全局配置中声明跳转名单,调用此接口时将不再校验所跳转的 AppID 是否在 navigateToMiniProgramAppIdList 中。
从 2020 年 4 月 24 日起,跳转其他小程序将不再受数量限制,使用此功能时请注意遵守运营规范。
在老版本小程序中,是需要在app.json全局配置中设置白名单,如下所示
1 | "navigateToMiniProgramAppIdList": [ |
Invitation
aqing
962555446
created:15/04/2021
Welcome to Candyhome
Use this card to join the candyhome and participate in a pleasant discussion together .
Welcome to aqing's candyhome,wish you a nice day .
评论