Merge branch 'master' of http://192.168.0.105:10010/r/qfqk-android
| | |
| | | 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); |
| | |
| | | showTextmsg: false, |
| | | textmsg: { |
| | | title: '提示', |
| | | content: '您已登录,确认登出?', |
| | | content: '您已登录,确认退出?', |
| | | contentTwo: '', |
| | | cancel: '取消', |
| | | confirm: '登出' |
| | | confirm: '退出' |
| | | }, |
| | | inSide: [ |
| | | // { |
| | |
| | | open: 'shezhi' |
| | | }, |
| | | { |
| | | title: '登出', |
| | | title: '退出', |
| | | imgSrc: '../../static/myself/logout002.png', |
| | | open: 'outIn', |
| | | }, |
| | |
| | | return this.$store.state.puserName; |
| | | }, |
| | | butTitle() { |
| | | return this.$store.state.loging == true ? '登出' : '登录' |
| | | return this.$store.state.loging == true ? '退出' : '登录' |
| | | } |
| | | }, |
| | | onLoad() { |