File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 <l-icon wx:if="{{ frontIconName }}" size="{{frontIconSize}}" color="{{frontIconColor}}" name="{{ frontIconName }}" class="l-noticebar-icon" l-class="l-icon-class" />
33 <swiper autoplay vertical interval="{{4*speed}}" class="l-noticebar-content-wrap" wx:if="{{type=='swip'}}">
44 <block wx:for="{{swipArr}}" wx:key="swip">
5- <swiper-item data-index="{{index}}" bindtap ="onSwip">
5+ <swiper-item data-index="{{index}}" mut-bind:tap ="onSwip">
66 {{item}}
77 </swiper-item>
88 </block>
99 </swiper>
1010 <view class="l-noticebar-content-wrap l-noticebar-content-wrap-view" wx:else>
11- <view class="l-noticebar-content" bindtap ="handleTap" animation="{{ animationData }}">
11+ <view class="l-noticebar-content" mut-bind:tap ="handleTap" animation="{{ animationData }}">
1212 <slot></slot>
1313 </view>
1414 </view>
15- <l-icon wx:if="{{ endIconName && !close }}" size="{{endIconSize}}" color="{{endIconColor}}" class="l-noticebar-operation" name="{{ endIconName }}" bindtap ="onIconTap" />
16- <l-icon wx:if="{{close}}" class="l-noticebar-operation" name="close" size="{{endIconSize}}" color="{{endIconColor}}" bindtap ="onClose"/>
15+ <l-icon wx:if="{{ endIconName && !close }}" size="{{endIconSize}}" color="{{endIconColor}}" class="l-noticebar-operation" name="{{ endIconName }}" mut-bind:tap ="onIconTap" />
16+ <l-icon wx:if="{{close}}" class="l-noticebar-operation" name="close" size="{{endIconSize}}" color="{{endIconColor}}" mut-bind:tap ="onClose"/>
1717</view>
You can’t perform that action at this time.
0 commit comments