微信小程序中跳转另一个小程序

时间:2018-08-17 18:21:10   收藏:0   阅读:570
wx.navigateToMiniProgram({
      appId: ‘xxxxxxxxxxxxxxxxxx‘, // 要跳转的小程序的appid
      path: ‘page/index/index‘, // 跳转的目标页面
      extarData: {
        open: ‘auth‘
      },
      success(res) {
        // 打开成功  
      }
}) 

  

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!