1***@qq.com
1***@qq.com
  • 发布:2020-09-30 23:47
  • 更新:2020-09-30 23:47
  • 阅读:538

uniap 自定义组件中使用wxs绑定事件不能使用修饰符吗?

分类:uni-app
<image  
                :src="sku_img"  
                :class="['sku_img', showBorder ? 'active' : '']"  
                mode="aspectFill"  
                @touchstart.stop="dengwxs.start"  
                @touchend.stop="dengwxs.end"  
                @touchmove.stop="dengwxs.move"  
            ></image>

去掉stop就可以,加上stop就会报错

2020-09-30 23:47 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复