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.
|
|
<block wx:if="{{showBox}}"><view data-event-opts="{{[['touchmove',[['mpClear',['$event']]]]]}}" class="previewImg data-v-3bd7db24" catchtouchmove="__e"><view data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="close data-v-3bd7db24" bindtap="__e"><text class="data-v-3bd7db24">关闭</text></view><view class="mask data-v-3bd7db24"><swiper class="my_swiper data-v-3bd7db24" current="{{currentIndex}}" circular="{{circular}}" indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" duration="{{duration}}" data-event-opts="{{[['change',[['changeSwiper',['$event']]]]]}}" bindchange="__e"><block wx:for="{{picList}}" wx:for-item="src" wx:for-index="y" wx:key="y"><swiper-item class="data-v-3bd7db24"><view class="bg_img data-v-3bd7db24" style="{{'background-image:'+('url('+src+')')+';'}}"></view></swiper-item></block></swiper></view><block wx:if="{{picList.length>0}}"><view class="pagebox data-v-3bd7db24">{{$root.m0+1+" / "+picList.length}}</view></block></view></block>
|