From 59c2352e389f8925c441ac7c1ef2a5abecdfc10d Mon Sep 17 00:00:00 2001 From: yanghang Date: Fri, 11 Jul 2025 18:49:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E5=B8=83=E4=B8=BA?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 8f13c5af..02a05c56 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -136,7 +136,7 @@ {{item.crsName}} - 发布:{{item.issuTm.substr(0, 10)}} 丨已学:{{item.accmStdyCnt}} + 更新:{{(item.mtTime||'').substr(0, 10)}} 丨已学:{{item.accmStdyCnt}} 去学习 @@ -169,7 +169,7 @@ {{item.crsName}} - 发布:{{item.issuTm.substr(0, 10)}} 丨已学:{{item.accmStdyCnt}} + 更新:{{(item.mtTime||'').substr(0, 10)}} 丨已学:{{item.accmStdyCnt}} 去学习 @@ -201,7 +201,7 @@ {{item.crsName}} - 发布:{{item.issuTm.substr(0, 10)}} 丨已学:{{item.accmStdyCnt}} + 更新:{{(item.mtTime||'').substr(0, 10)}} 丨已学:{{item.accmStdyCnt}} 去学习