- <view>
- <calendar
- bindnextMonth="next"
- days-color="{{loged}}"
- weeks-type="cn"
- show-more-days="true"
- />
- <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>
|