You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.9 KiB
1 lines
1.9 KiB
<block wx:if="{{show}}"><view data-event-opts="{{[['tap',[['onClick',['$event']]]]]}}" class="uni-noticebar data-v-58a8ebf9" style="{{('background-color:'+backgroundColor+';width:'+(250-prConfig*2)*2+'rpx;')}}" bindtap="__e"><view data-ref="textBox" class="{{['uni-noticebar__content-wrapper','data-v-58a8ebf9','vue-ref',(scrollable)?'uni-noticebar__content-wrapper--scrollable':'',(!scrollable&&(single||moreText))?'uni-noticebar__content-wrapper--single':'']}}"><view class="{{['uni-noticebar__content','data-v-58a8ebf9',(scrollable)?'uni-noticebar__content--scrollable':'',(!scrollable&&(single||moreText))?'uni-noticebar__content--single':'']}}" id="{{elIdBox}}"><text class="{{['uni-noticebar__content-text','data-v-58a8ebf9','vue-ref',(scrollable)?'uni-noticebar__content-text--scrollable':'',(!scrollable&&(single||showGetMore))?'uni-noticebar__content-text--single':'']}}" style="{{'color:'+(color)+';'+('width:'+(wrapWidth+'px')+';')+('animation-duration:'+(animationDuration)+';')+('-webkit-animation-duration:'+(animationDuration)+';')+('animation-play-state:'+(webviewHide?'paused':animationPlayState)+';')+('-webkit-animation-play-state:'+(webviewHide?'paused':animationPlayState)+';')+('animation-delay:'+(animationDelay)+';')+('-webkit-animation-delay:'+(animationDelay)+';')}}" id="{{elId}}" data-ref="animationEle">{{text}}</text></view></view><block wx:if="{{showGetMore===true||showGetMore==='true'}}"><view data-event-opts="{{[['tap',[['clickMore',['$event']]]]]}}" class="uni-noticebar__more uni-cursor-point data-v-58a8ebf9" bindtap="__e"><block wx:if="{{$root.g0>0}}"><text class="uni-noticebar__more-text data-v-58a8ebf9" style="{{'color:'+(moreColor)+';'}}">{{moreText}}</text></block></view></block><block wx:if="{{(showClose===true||showClose==='true')&&(showGetMore===false||showGetMore==='false')}}"><view class="uni-noticebar-close uni-cursor-point data-v-58a8ebf9"></view></block></view></block> |