收藏
回答

安卓双开微信,选择第二个微信跳转小程序,为什么是直接拉起微信,不打开小程序?

tao(id, url) {

plus.share.getServices(function(res) {

let sweixin = null;

for (let i = 0; i < res.length; i++) {

let t = res[i];

if (t.id == 'weixin') sweixin = t;

}


if (sweixin) {

sweixin.launchMiniProgram({

id: id, //微信小程序平台原始id

path: url, //跳转路径(带参)

type: 0

});


}


}, function(res) {


console.log(JSON.stringify(res)); //回调


});

},

回答关注问题邀请回答
收藏

1 个回答

  • Mr.Zhao
    Mr.Zhao
    2023-05-04

    不支持双开

    2023-05-04
    有用
    回复 1
    • 小、样
      小、样
      2023-05-04
      好的
      2023-05-04
      回复
登录 后发表内容