专业的编程技术博客社区

网站首页 > 博客文章 正文

uniapp微信小程序内部跳转其他微信小程序

baijin 2025-02-26 10:48:42 博客文章 24 ℃ 0 评论

=


uniapp小程序内点击某个按钮跳转另外一个小程序连接,具体实现步骤如下:



      
      开源字节

按钮事件

goNativeindex(){
    uni.navigateToMiniProgram({
        appId:'',// 此为 开源字节 appid
        path:'/pages/index/index',// 此为开源字节首页路径
        envVersion:"release",
        success: res => {
             // 打开成功
             console.log("打开成功", res);
        },
        fail: err => {
             console.log(err);
        }
    })
}


需要记住的是,需要填写另外一个小程序的AppID哦!

如若转载,请注明出处:开源字节
https://sourcebyte.vip/article/299.html



本文暂时没有评论,来添加一个吧(●'◡'●)

欢迎 发表评论:

最近发表
标签列表