|
|
|
@ -156,7 +156,7 @@ export default { |
|
|
|
|
toProduct (item) { |
|
|
|
|
const params = `&keyword=${this.keyword}&active=${this.active}&typeActive=${this.typeActive}` |
|
|
|
|
if (this.typeActive) { |
|
|
|
|
this.$router.push(`/station/preview?courseId=${item.cid || ''}&curriculumName=${encodeURIComponent(item.curriculumName)}&mallId=${item.mallId || ''}${params}`) |
|
|
|
|
this.$router.push(`/station/preview?courseId=${item.cid || ''}&curriculumName=${encodeURIComponent(item.goodsName || item.curriculumName)}&mallId=${item.mallId || ''}${params}`) |
|
|
|
|
} else { |
|
|
|
|
const links = item.nonAssociatedLinks |
|
|
|
|
// 已过期 / 没有cid并且没有链接,则跳转到产品详情 |
|
|
|
|