| | |
| | | onMoreGuide(e) { |
| | | let type = e.currentTarget.dataset.info |
| | | if (type == "tushufuwu") { |
| | | let assortCode = ""; |
| | | if (this.data.bookTypeData.name == '高等教育') { |
| | | assortCode = "jsek_higherEducation" |
| | | } |
| | | if (this.data.bookTypeData.name == '职业教育') { |
| | | assortCode = "jsek_vocationalEducation" |
| | | } |
| | | if (this.data.bookTypeData.name == '教师教育') { |
| | | assortCode = "jsek_teacherEducation" |
| | | } |
| | | if (this.data.bookTypeData.name == '少儿教育') { |
| | | assortCode = "jsek_childrenEducation" |
| | | } |
| | | if (this.data.bookTypeData.name == '考试培训') { |
| | | assortCode = "jsek_examTraining" |
| | | } |
| | | if (this.data.bookTypeData.name == '主题出版') { |
| | | assortCode = "jsek_themePublishing" |
| | | } |
| | | if (this.data.bookTypeData.name == '学术著作') { |
| | | assortCode = "jsek_academicWorks" |
| | | } |
| | | if (this.data.bookTypeData.name == '大众读物') { |
| | | assortCode = "jsek_popularReadingMaterials" |
| | | } |
| | | wx.navigateTo({ |
| | | url: '/packageBookService/pages/bookServices/list/index?assorName=' + this.data.bookTypeData.name |
| | | url: '/packageBookService/pages/bookServices/list/index?assorName=' + this.data.bookTypeData.name + '&assortCode=' + assortCode |
| | | }) |
| | | } else if (type == "shuziyuedu") { |
| | | wx.navigateTo({ |