|
@@ -530,9 +530,9 @@ export default {
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
created() {
|
|
created() {
|
|
|
- if (this.bookStatus === 'offline') {
|
|
|
|
|
- this.$message.warning('播放笔画动画功能只有在线教材可以支持,请使用在线教材');
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (this.bookStatus === 'offline') {
|
|
|
|
|
+ // this.$message.warning('播放笔画动画功能只有在线教材可以支持,请使用在线教材');
|
|
|
|
|
+ // }
|
|
|
if (
|
|
if (
|
|
|
(this.data.answer_list && this.data.answer_list.length > 0) ||
|
|
(this.data.answer_list && this.data.answer_list.length > 0) ||
|
|
|
(this.data.analysis_list && this.data.analysis_list.length > 0)
|
|
(this.data.analysis_list && this.data.analysis_list.length > 0)
|