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

wx.navigateToMiniProgram({
      appId: 'xxxxxxxxxxxxxxxxxx', // 要跳转的小程序的appid
      path: 'page/index/index', // 跳转的目标页面
      extarData: {
        open: 'auth'
      },
      success(res) {
        // 打开成功  
      }
}) 

  

posted @ 2018-08-17 18:01  阿璐璐璐  阅读(560)  评论(0编辑  收藏  举报