| | |
| | | buyResourceData: { |
| | | productLinkPath: '', |
| | | refCode: '', |
| | | }, |
| | | briefIcon: { |
| | | name: "/static/images/bookService/detail/tushujianjie-g.png" |
| | | }, |
| | | briefIconClick: { |
| | | name: '/static/images/bookService/detail/tushujianjie-click.png' |
| | | }, |
| | | eBookIcon: { |
| | | name: '/static/images/bookService/detail/ebook-g.png' |
| | | }, |
| | | eBookClickIcon: { |
| | | name: '/static/images/bookService/detail/ebook-click.png' |
| | | }, |
| | | teachResourcesIcon: { |
| | | name: '/static/images/bookService/detail/jiaoxueziyuan.png' |
| | | }, |
| | | teachResourcesClickIcon: { |
| | | name: '/static/images/bookService/detail/jiaoxueziyuan-click.png' |
| | | }, |
| | | learnResourceIcon: { |
| | | name: '/static/images/bookService/detail/yunxuexi.png' |
| | | }, |
| | | learnResourceClickIcon: { |
| | | name: '/static/images/bookService/detail/yunxuexi-click.png' |
| | | }, |
| | | testResourceIocn: { |
| | | name: '/static/images/bookService/detail/test-icon-g.png' |
| | | }, |
| | | testResourceClickIocn: { |
| | | name: '/static/images/bookService/detail/test-click-icon.png' |
| | | }, |
| | | noteIcon: { |
| | | name: '/static/images/bookService/detail/biji-icon-g.png' |
| | | }, |
| | | noteClickIcon: { |
| | | name: '/static/images/bookService/detail/biji-click-icon.png' |
| | | }, |
| | | icon1: { |
| | | name: "/static/images/bookService/detail/dangdang.png" |
| | | } |
| | | }, |
| | | |
| | |
| | | recordBuyMock() { |
| | | const num = this.data.mockData.mockList.length |
| | | const id = tool.uuid(8) |
| | | const createDate = new Date().getTime() |
| | | const createDate = this.DateFormat(new Date().getTime(), 'yyyy-MM-dd') |
| | | const mockList = this.data.mockData.mockList |
| | | mockList.push({ id, createDate, name: `第${num + 1}套试卷`, state: '0' }) |
| | | this.setData({ |