YM
2024-05-29 3efb4b13a0c22332f75b48af4015541d6833c1fe
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"
@@ -9,7 +9,7 @@
      >
      <view class="flex flex-center flex-column">
        <view
          class=""
          style="
            font-weight: 900;
            margin-bottom: 0.2rem;
@@ -25,7 +25,7 @@
          </li>
        </ul>
      </view>
      <view class=""></view>
      <view ></view>
    </view>
    <view class="Bottom">
      <view class="Bottom_top flex">
@@ -247,7 +247,6 @@
              })
            : []
        };
        console.log(this.detailData);
      });
    },
    goBack() {
@@ -319,6 +318,9 @@
    height: 0.24rem;
    font-size: 0.12rem;
    padding: 0;
    border-radius: 0;
    border: 1px solid #9e9e9e;
    color: #000;
  }
  .Lists {