获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 鸿蒙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)
2024-12-09 - 调试器页面network中左侧name栏目上下偶尔会出现不能滑动?
[图片],
2023-04-19 - 微信公众号van-swipe-item包wx-open-launch-weapp,轮播图无法滑动
https://developers.weixin.qq.com/miniprogram/dev/framework/
2022-04-26