收藏
回答

鸿蒙app跳转微信测试版的小程序,只能跳转到微信首页跳转不到小程序首页

https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Launching_a_Mini_Program/OHOS_Development_example.html

引入的是1.0.3版本

使用的是文档提供的方法,跳转失败

let launchMiniProgramReq = new wxopensdk.LaunchMiniProgramReq;
launchMiniProgramReq.userName = Const.yuanshi_ID;  //拉起的小程序的原始id
launchMiniProgramReq.path = ""; //拉起小程序页面的可带参路径,不填默认拉起小程序首页,对于小游戏,可以只传入 query 部分,来实现传参效果,如:传入 "?foo=bar"。
launchMiniProgramReq.miniprogramType = 0; //拉起小程序的类型 0-正式版 1-开发版 2-体验版
let success = await WXApi.sendReq(getContext(this) as common.UIAbilityContext, launchMiniProgramReq);
console.log("send request finished: ", success)
回答关注问题邀请回答
收藏

1 个回答

  • 池先森。
    池先森。
    01-13

    有解决吗?我也遇到了同样的问题。求解答

    01-13
    有用
    回复
登录 后发表内容