123456789101112131415161718 |
- <view style='overflow-x:hidden'>
- <view style="margin-top:20px">
- <calendar
- bindprevMonth="prevDate"
- bindnextMonth="nextDate"
- binddateChange="dateChange"
- days-color="{{loged}}"
- weeks-type="cn"
- show-more-days="true"
- active-type="rounded"
- />
- <zan-cell-group>
- <zan-cell title="本月积累学习时长" value="{{ thisMonthLearnTime }}"> </zan-cell>
- <zan-cell title="总学习时间" value="{{ totalLearnTime }}"> </zan-cell>
- <zan-cell title="总打卡天数" value="{{ checkCardDays }}"> </zan-cell>
- </zan-cell-group>
- </view>
- </view>
|