@@ -154,8 +154,6 @@ export default {
this.form.startDate = this.minDate;
this.form.endDate = this.$method.timestampToTime(new Date().getTime() / 1000 + 24 * 3600 * 30);
this.getMyCourse();
- console.log(this.form.startDate,666)
- console.log(this.$method.TimeTotimestamp(this.form.startDate),666)
},
onShow() {},
methods: {
@@ -67,7 +67,7 @@
<view v-for="(item1, index) in item.studyCount" :key="index" class="item_date">{{ replay(item1) }}</view>
</view>
- <view style="display: flex;margin-top: 20rpx;"><text class="item_t2">学习进度:60/120</text></view>
+ <view style="display: flex;margin-top: 20rpx;"><text class="item_t2">学习进度:{{item.studyNum}}/{{item.pitchNum}}</text></view>
<template v-slot:right>
<view class="operate">