收藏
回答

uniapp中使用wx-open-launch-weapp开放标签,功能可实现,但是无法监测到事件?

且之前说是可以监测到launch事件,但是最近什么都没改,莫名其妙不可以了,附代码如上:

_this.wxOpenTags =

`<wx-open-launch-weapp

id="launch-wxapp"

username="gh_8f2c9fdbdecd"

appid="your-appid"

extinfo="your-extinfo"

path="pages/index/index?scene=9d05cb95da"

@launch="onLaunch"

@error="onError"

@ready="onReady"

.btn-open-weapp{ display: inline-block; width: 260px; height: 300px; border-radius: 10px; background-image: url(`+_this.image+`); background-size: 100% 100%; text-align: center; margin: 0 auto; outline:none; border:none; }`;
_this.show();
_this.$forceUpdate();

可正常显示,并实现跳转小程序功能,但是在methods中对@launch="onLaunch"

@error="onError"

@ready="onReady"事件的监听不起作用


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

3 个回答

  • 慵懒奴
    慵懒奴
    2021-11-19

    launch事件监听不了这个问题,解决了吗???我也遇到了 求解

    2021-11-19
    有用
    回复
  • 朝阳
    朝阳
    2021-10-20

    大佬,请问下你是怎么实现的

    2021-10-20
    有用
    回复
  • 郑钱花
    郑钱花
    2021-05-20

    https://blog.csdn.net/github_38281308/article/details/107310719

    2021-05-20
    有用
    回复 4
    • Gainer
      Gainer
      2021-05-20
      兄弟,是这么写的,完全没区别,但是监听方法就是没用
      2021-05-20
      回复
    • 郑钱花
      郑钱花
      2021-05-20回复Gainer
      你试一下获取dom ,然后addEventListener launch呢
      2021-05-20
      回复
    • Gainer
      Gainer
      2021-05-20
      好的
      2021-05-20
      回复
    • Gainer
      Gainer
      2021-05-20回复郑钱花
      addEventListener 用ref方法家在wx组件里面,获取不到,报错的
      2021-05-20
      回复
登录 后发表内容