微信小程序如何跳转到另一个小程序

微信小程序如何跳转到另一个小程序,要注意:在app.json文件里也要配置

navigateToMiniProgramAppIdList,如下图:

"navigateToMiniProgramAppIdList": [
        "wxc7984fb04ae38871"
    ]

试过这样写是没有问题:

代码:

<navigator class='public_fixed' target="miniProgram" app-id="wxc7984fb04ae38871" path="pages/index/index" open-type='navigate'>八字桃花</navigator>

猜你喜欢

转载自www.cnblogs.com/huanghuali/p/10736678.html