QYF-GitLab1
3 天以前 49a435043b0b1a289a24606e35253365d7ab3956
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',