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上绑定事件,就是说想实现这个可以被移动。但是行不通。