模版小程序跳转到另外的小程序异常
- 描述 同样的代码,单独提交为体验版本后,可以正常跳转。但是如果设置成模板项目后,则跳转失败!代码如下
组件:
< navigator target = "miniProgram" app-id = "wx3cfa30beb2d5757x" path = "pages/cards/main" version = "trial" class = "auth-btn" bindsuccess = "bindsuccess" bindfail = "bindfail" data-title = "跳转去了快推小程序" > 确认 </ navigator > |
app.json:
{ "navigateToMiniProgramAppIdList" : [ "wx3cfa30beb2d5757x" ] } |
- 当前 Bug 的表现
- 预期表现 可以正常跳转
- 复现路径
- 提供一个最简复现 Demo