自定义的画布组件放在swiper里不显示,是为什么?

发布于 8 年前作者 panyang1097 次浏览最后编辑 8 年前来自 issues

<swiper-item catchtouchmove=‘catchTouchMove’>

<!-- 生成图片 –>

<view wx:if=“{{hiden}}” style=“height:100%;” >

<canvas-share bindclose=“close”  hid=“{{hid}}”/>

</view>

</swiper-item>

1 回复