From e1f87494b737169c412ca723baf3085cb0c5706e Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期日, 24 八月 2025 11:28:24 +0800 Subject: [PATCH] 课程管理 --- src/views/personalCenter/class.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/personalCenter/class.vue b/src/views/personalCenter/class.vue index c991c11..3b25649 100644 --- a/src/views/personalCenter/class.vue +++ b/src/views/personalCenter/class.vue @@ -313,7 +313,7 @@ // 鑾峰彇鏁欐潗璇︽儏 const getBookDetail = async (item: any) => { - const path = item.refCode ? "jsek_digitalTextbooks" : config.goodsStore; + const path = item.refCode ? "digitalTextbooks" : config.goodsStore; let query = { path, queryType: "*", @@ -419,7 +419,8 @@ } } .itemInfo { - padding: 20px; + padding: 15px; + box-sizing: border-box; flex: 1; display: flex; cursor: pointer; -- Gitblit v1.9.1