chenxiong 3 سال پیش
والد
کامیت
17c1ff1780
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      pages2/plan/index.vue

+ 2 - 2
pages2/plan/index.vue

@@ -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;