版本恢复
This commit is contained in:
@@ -18,23 +18,8 @@
|
||||
<view v-else class="dakaBtn" style="border-color: #fff;">
|
||||
<text style=" color:#a3a3a3;">今天已签到</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<!-- <scroll-view class="scroll-view_H flexbox" scroll-x="true" @scroll="scroll" :scroll-left="scrollLeft">
|
||||
<view class="" style="padding: 0 6rpx; display: inline-block; width: 20%; box-sizing: border-box; " v-for="(item,index) in 365">
|
||||
<view
|
||||
:class="['item', signList.indexOf(index+1) != -1 ? 'havSign' : '',
|
||||
currentDay == index+1 && signList.indexOf(index+1) == -1 ? 'current' : '',
|
||||
linshiDay == index+1 ? 'linshiDay':'']" @click="getInfo(index+1)">
|
||||
<span class="day"><em>{{index+1}}</em> 天</span>
|
||||
<u-icon v-if="signList.indexOf(index+1) != -1" name="checkbox-mark" color="#fff" size="28" style="margin: 0 auto; width: 28px; text-align: center;"></u-icon>
|
||||
<span v-if="signList.indexOf(index+1) == -1 && currentDay > index+1" class="buka">未签</span>
|
||||
<span v-if="currentDay < index+1" class="weidaka">未开始</span>
|
||||
<span v-if="currentDay == index+1 && signList.indexOf(index+1) == -1" class="daka" @click="kuickSign()">签到</span>
|
||||
</view>
|
||||
</view>
|
||||
</scroll-view> -->
|
||||
</view>
|
||||
</view>
|
||||
<swiper class="swiper scroll-view_H" @animationfinish="animationfinish" @change="swiperChange" :current='currentIndex' :indicator-dots="indicatorDots" :autoplay="autoplay" :interval="interval"
|
||||
:duration="duration">
|
||||
<swiper-item v-for="(item,index) in dayList" :key="index" class="flexbox swiperPage">
|
||||
|
||||
Reference in New Issue
Block a user