Skip to content

Commit

Permalink
make swiper circular false
Browse files Browse the repository at this point in the history
  • Loading branch information
myvin committed Oct 31, 2018
1 parent 0bd334f commit 509ea98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<view class='hourly' wx:if='{{hourlyDatas.length}}'>
<view class='title'>24 小时逐 3 小时预报</view>
<view class='hours'>
<swiper style='height:360rpx;' indicator-dots="{{false}}" autoplay="{{false}}" circular="{{true}}" duration="300" previous-margin="50rpx" next-margin="50rpx">
<swiper style='height:360rpx;' indicator-dots="{{false}}" autoplay="{{false}}" circular="{{false}}" duration="300" next-margin="50rpx">
<block wx:for="{{hourlyDatas}}" wx:key="{{index}}">
<swiper-item>
<view class='hour'>
Expand Down

0 comments on commit 509ea98

Please sign in to comment.