使用navigator 小程序a跳转小程序b,并且关闭小程序A
<navigator target=“miniProgram” open-type=“exit” app-id=“wxbc7046ec527c6dcd” path="{{’/pages/index/main?shareFlag=1&code=’+shopstoreCode}}"
extra-data="{{extraData}}" version=“develop”></navigator>
小程序 A 分享出去后,打开分享链接能跳转到小程序B,我现在想跳转后关闭小程序A,通过设置 open-type=“exit” 好像并没有效果