| | |
| | | img: "/static/workbench/task9.png", |
| | | url: "", |
| | | }, |
| | | // { |
| | | // title: "模拟考试", |
| | | // img: "/static/workbench/task5.png", |
| | | // url: "/pages/exam/startexam", |
| | | // } |
| | | { |
| | | title: "模拟考试", |
| | | img: "/static/workbench/task5.png", |
| | | url: "/pages/exam/startexam", |
| | | } |
| | | ], |
| | | }; |
| | | }, |
| | |
| | | this.getNum(); |
| | | }, |
| | | onLoad() { |
| | | if (this.$store.state.billFlag == true) { |
| | | this.dataTwo.push({ |
| | | title: "模拟考试", |
| | | img: "/static/workbench/task5.png", |
| | | url: "/pages/exam/startexam", |
| | | }); |
| | | } |
| | | // if (this.$store.state.billFlag == true) { |
| | | // this.dataTwo.push({ |
| | | // title: "模拟考试", |
| | | // img: "/static/workbench/task5.png", |
| | | // url: "/pages/exam/startexam", |
| | | // }); |
| | | // } |
| | | }, |
| | | onBackPress(e) { |
| | | console.log("监听返回按钮事件2", e); |