https://developers.weixin.qq.com/doc/store/leagueheadsupplier/API/getauth.html
通过接口拿到授权链接:
- auth_appid: "wx2cea70df4257bba8"
- auth_url: "/pages/partner/v3/auth?scene=thirdapp&key=0_HLcz8mtyD3D7wpL5KrNbnPQdZIi_c4lr4DzYW4HADzIRYVhN7bX_LB_2AlaezgMqVzQmQ7I"
- auth_wxa_username: "gh_bebad552f050"
- url: "https://channels.weixin.qq.com/miniprogram/live-commerce/auth?authkey=0_HLcz8mtyD3D7wpL5KrNbnPQdZIi_c4lr4DzYW4HADzIRYVhN7bX_LB_2AlaezgMqVzQmQ7I"
然后通过点击跳转:
<navigator
hover-class="navigator-hover"
target="miniProgram"
open-type="navigate"
:app-id="auth_appid"
:path="auth_url">
跳转到授权页({{auth_appid}})
</navigator>
跳转出现:
且立即跳转到橱窗首页。
而没有正常跳转到小程序橱窗授权页面,请问是什么原因?谢谢。