From 12d99c9a0dc366df61e10101b3e0821e1add6adb Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期二, 23 七月 2024 17:40:13 +0800
Subject: [PATCH] 1

---
 src/pages/academicGenres/detail.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/pages/academicGenres/detail.vue b/src/pages/academicGenres/detail.vue
index a947007..3b27a9b 100644
--- a/src/pages/academicGenres/detail.vue
+++ b/src/pages/academicGenres/detail.vue
@@ -1,7 +1,7 @@
 <template>
   <view class="bag">
     <!-- 椤堕儴瀵艰埅 -->
-    <headNav idIndex="3" text="涓尰瀛︽湳娴佹淳" />
+    <headNav idIndex="3" text="瀛︽湳鍥捐氨" />
     <view class="Midde flex">
       <!-- <view class="MiddeBack">杩斿洖</view> -->
       <el-button class="MiddeBack flex flex-center" @click="goBack"
@@ -209,8 +209,8 @@
                         res.object.bookList.find(
                           (citem) => citem.id == item.bookId
                         ).name +
-                        "銆� P" +
-                        item.pageNo
+                        "銆� " +
+                        (item.pageNo ? "P " + item.pageNo : "")
                       : ""
                 };
               })
@@ -226,8 +226,8 @@
                         res.object.bookList.find(
                           (citem) => citem.id == item.bookId
                         ).name +
-                        "銆� P" +
-                        item.pageNo
+                        "銆� " +
+                        (item.pageNo ? "P " + item.pageNo : "")
                       : ""
                 };
               })
@@ -243,8 +243,8 @@
                         res.object.bookList.find(
                           (citem) => citem.id == item.bookId
                         ).name +
-                        "銆� P" +
-                        item.pageNo
+                        "銆� " +
+                        (item.pageNo ? "P " + item.pageNo : "")
                       : ""
                 };
               })
@@ -260,8 +260,8 @@
                         res.object.bookList.find(
                           (citem) => citem.id == item.bookId
                         ).name +
-                        "銆� P" +
-                        item.pageNo
+                        "銆� " +
+                        (item.pageNo ? "P " + item.pageNo : "")
                       : ""
                 };
               })

--
Gitblit v1.9.1