| | |
| | | >纸质样书</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 |
| | |
| | | title: '目录', |
| | | name: '2', |
| | | }, |
| | | { |
| | | title: '配套资源', |
| | | name: '3', |
| | | }, |
| | | { |
| | | title: '题库', |
| | | name: '4', |
| | | }, |
| | | { |
| | | title: '教师资源', |
| | | name: '5', |
| | | }, |
| | | // { |
| | | // title: '配套资源', |
| | | // name: '3', |
| | | // }, |
| | | // { |
| | | // title: '题库', |
| | | // name: '4', |
| | | // }, |
| | | // { |
| | | // title: '教师资源', |
| | | // name: '5', |
| | | // }, |
| | | { |
| | | title: '资源统计', |
| | | name: '6', |