Kaynağa Gözat

TextbookDetail

gcj 3 yıl önce
ebeveyn
işleme
52ce5f0839
1 değiştirilmiş dosya ile 7 ekleme ve 6 silme
  1. 7 6
      src/views/TextbookDetail.vue

+ 7 - 6
src/views/TextbookDetail.vue

@@ -25,7 +25,7 @@
             <span class="price">
               ¥<span
                 class="price_1"
-                v-html="changePrice(TextbookData.price,24,16)"
+                v-html="changePrice(TextbookData.price, 24, 16)"
               ></span>
             </span>
             <button @click="getPurchase" class="get">
@@ -131,12 +131,13 @@
           >
             <!-- 目录 -->{{ $t("Key612") }}
           </div>
-          <div
+          <!-- 资源 -->
+          <!-- <div
             @click="SelectShowEvent('2')"
             :class="SelectShow == '1' ? '' : 'select'"
           >
-            <!-- 资源 -->{{ $t("Key613") }}
-          </div>
+            {{ $t("Key613") }}
+          </div> -->
         </div>
       </div>
       <div v-if="SelectShow == '1'" class="Catalogue">
@@ -147,7 +148,7 @@
         ></BookView>
       </div>
       <div v-else class="Resources">
-      <!--没有数据-->
+        <!--没有数据-->
         <!-- <div>
           <img src="../assets/textBookDetail/fileType1.png" alt="" />
           <span> 文件名 </span>
@@ -691,7 +692,7 @@ export default {
       margin: 0 auto;
       margin-top: 24px;
       .sele {
-        width: 318px;
+        width: fit-content; //318px;
         height: 48px;
         background: #ebebeb;
         border-radius: 30px;