From 49a435043b0b1a289a24606e35253365d7ab3956 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期一, 25 八月 2025 17:51:57 +0800
Subject: [PATCH] 首页、及教学出版样式修改

---
 src/views/bookStore/detail.vue |   38 ++++++++++++++++++++++++--------------
 1 files changed, 24 insertions(+), 14 deletions(-)

diff --git a/src/views/bookStore/detail.vue b/src/views/bookStore/detail.vue
index 6fbb16d..09c1ca8 100644
--- a/src/views/bookStore/detail.vue
+++ b/src/views/bookStore/detail.vue
@@ -169,14 +169,24 @@
                 >绾歌川鏍蜂功</el-button
               >
               <el-button
-                plain
+                size="large"
+                type="primary"
+                @click="useCode"
+                v-if="!bookInfo.alreadyBuy && currentBook?.state !== 'Normal'"
+                >浣跨敤璐功鐮�</el-button
+              >
+              <el-button
+                style="background-color: #144941; color: #fff"
                 @click="applyTextBook"
+                size="large"
+                type="primary"
                 v-if="!bookInfo.alreadyBuy && currentBook?.state !== 'Normal'"
                 >鐢宠璇曠敤</el-button
               >
-              <el-button plain @click="useCode" v-if="!bookInfo.alreadyBuy">浣跨敤璐功鐮�</el-button>
+
               <el-button
                 plain
+                size="large"
                 @click="read"
                 v-if="bookInfo.alreadyBuy || currentBook?.state == 'Normal'"
                 >寮�濮嬮槄璇�</el-button
@@ -341,18 +351,18 @@
     title: '鐩綍',
     name: '2',
   },
-  {
-    title: '閰嶅璧勬簮',
-    name: '3',
-  },
-  {
-    title: '棰樺簱',
-    name: '4',
-  },
-  {
-    title: '鏁欏笀璧勬簮',
-    name: '5',
-  },
+  // {
+  //   title: '閰嶅璧勬簮',
+  //   name: '3',
+  // },
+  // {
+  //   title: '棰樺簱',
+  //   name: '4',
+  // },
+  // {
+  //   title: '鏁欏笀璧勬簮',
+  //   name: '5',
+  // },
   {
     title: '璧勬簮缁熻',
     name: '6',

--
Gitblit v1.9.1