收藏
回答

wx-open-launch-weapp,微信公众号H5跳转小程序问题?

<div class="fixed" id="child" @touchmove="touchmove" @touchend="touchend" @touchstart="touchstart">
  <wx-open-launch-weapp id="launch-btn" username="****" :path="'***">
    <script type="text/wxtag-template">
      <style>.image {display:block;width:80px;height:80px;}</style>
       <img style="display:block;width:width:80px;;height:80px;" src="***" alt="">
   </script>
 </wx-open-launch-weapp> 
</div>


如上代码所示,我在wx-open-launch-weapp包了一层div,在div上绑定事件,就是说想实现这个可以被移动。但是行不通。

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

1 个回答

  • 微盟
    微盟
    2023-02-24

    wx-open-launch-weapp貌似在wx.ready成功以后渲染的貌似会有问题,无法拉出跳去小程序的提示

    2023-02-24
    有用
    回复
登录 后发表内容