my-log.wxml 420 B

12345678910111213
  1. <view>
  2. <calendar
  3. bindnextMonth="next"
  4. days-color="{{loged}}"
  5. weeks-type="cn"
  6. show-more-days="true"
  7. />
  8. <zan-cell-group>
  9. <zan-cell title="本月积累学习时长" value="{{ thisMonthLearnTime }}"> </zan-cell>
  10. <zan-cell title="总学习时间" value="{{ totalLearnTime }}"> </zan-cell>
  11. <zan-cell title="总打卡天数" value="{{ checkCardDays }}"> </zan-cell>
  12. </zan-cell-group>
  13. </view>