Commit 7fd61a42e3ba42b344338d3a6b075eed385b9221
1 parent
e7c9b7c6
小程序自定义模板的广告图片幻灯片从左往右播放结束后会再从右往左再进行播放应改为与公众号一致
Showing
1 changed file
with
1 additions
and
1 deletions
components/diy_advertising/diy_advertising.wxml
... | ... | @@ -401,7 +401,7 @@ |
401 | 401 | <block wx:if='{{object.style==4}}'> |
402 | 402 | |
403 | 403 | |
404 | - <swiper class="swiper" autoplay="{{autoplay}}" current="{{object.sw_index}}" | |
404 | + <swiper class="swiper" circular="true" autoplay="{{autoplay}}" current="{{object.sw_index}}" | |
405 | 405 | indicator-dots="true" |
406 | 406 | indicator-color="{{object.dot_color}}" |
407 | 407 | indicator-active-color="{{object.dot_color_act}}" | ... | ... |