app 拉取小程序后,小程序参数无法获取
- 当前 Bug 的表现(可附上截图)
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
app 拉取到小程序 然后小程序无法获取到我传的参数 下面是我iOS的代码
WXLaunchMiniProgramReq *launchMiniProgramReq = [WXLaunchMiniProgramReq object];
launchMiniProgramReq.userName = @""; //拉起的小程序的username
launchMiniProgramReq.path = [NSString stringWithFormat:@"pages/author/author?storeid=%@",self.promotion_storeid]; //拉起小程序页面的可带参路径,不填默认拉起小程序首页
launchMiniProgramReq.miniProgramType = 0; //拉起小程序的类型
麻烦帮忙看下 多谢了