| | |
| | | >纸质样书</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 |