YM
2024-05-27 0edf94722a0dcc338567fec7df76b2e0acd39b92
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">
@@ -169,7 +169,6 @@
  methods: {
    getData() {
      getIntroduction(Number(this.idIndex)).then((res) => {
        console.log(res,"rrrr");
        this.detailData = {
          name: res.object.school_NAME[0].content,
          icon:
@@ -248,7 +247,6 @@
              })
            : []
        };
        console.log(this.detailData,"detailDatadetailData");
      });
    },
    goBack() {
@@ -320,6 +318,9 @@
    height: 0.24rem;
    font-size: 0.12rem;
    padding: 0;
    border-radius: 0;
    border: 1px solid #9e9e9e;
    color: #000;
  }
  .Lists {