|
@@ -123,7 +123,7 @@ export default {
|
|
created() {
|
|
created() {
|
|
const _this = this;
|
|
const _this = this;
|
|
_this.bookId = this.$route.query.bookId;
|
|
_this.bookId = this.$route.query.bookId;
|
|
- _this.isAnswerItemShow = true;
|
|
|
|
|
|
+ // _this.isAnswerItemShow = true;
|
|
// if (localStorage.getItem("Bookanswer")) {
|
|
// if (localStorage.getItem("Bookanswer")) {
|
|
// this.TaskModel = "ANSWER";
|
|
// this.TaskModel = "ANSWER";
|
|
// }
|
|
// }
|