|
@@ -43,7 +43,7 @@
|
|
|
<view v-for="(item, index) in workList" :key="index">
|
|
|
<view style="margin-left: 30rpx;margin-top: 10rpx;display: flex;align-items: center;" @click="jumpDetail(item)">
|
|
|
<text class="date_t2">{{ item.goodsName }}</text>
|
|
|
- <view class="circle_num" style="margin-left: 20rpx;">{{ item.chapterNum }}</view>
|
|
|
+ <view class="circle_num" style="margin-left: 20rpx;">{{ item.classHours }}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -498,7 +498,7 @@ export default {
|
|
|
.item_date {
|
|
|
width: 26rpx;
|
|
|
height: 26rpx;
|
|
|
- background: #32467b;
|
|
|
+ background: #007AFF;
|
|
|
border-radius: 50%;
|
|
|
margin-left: 20rpx;
|
|
|
font-size: 18rpx;
|