From c9d0d177799ba3f466ead83a20baf8d2ef5736ca Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Mon, 17 Jun 2024 18:49:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E8=AF=BE=E7=A8=8B=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=8F=8A=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 6 +- src/pages/course/index.vue | 57 +- src/pages/index/list/index copy.vue | 1101 +++++++++++++++++++++++++++ src/pages/index/list/index.vue | 274 +++---- src/pages/index/show/index copy.vue | 819 ++++++++++++++++++++ src/pages/index/show/index.vue | 231 +----- src/router/modules/index.js | 38 +- src/setting.js | 2 +- 8 files changed, 2152 insertions(+), 376 deletions(-) create mode 100644 src/pages/index/list/index copy.vue create mode 100644 src/pages/index/show/index copy.vue diff --git a/src/api/index.js b/src/api/index.js index 904db56..e3443af 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -1,5 +1,5 @@ import Setting from '@/setting' -const host = Setting.huoranApi +const { huoranApi: host } = Setting export default { newlyPublishedArticles: `/iasf/sysContent/newlyPublishedArticles`, @@ -28,6 +28,10 @@ export default { listMarketing: `/nakadai/nakadai/mall/marketing/promotion/pagingQueryList`, courseProduct: `/iasf/productDetails/courseProduct`, categoryList: `/iasf/categoryService/Category/list`, + productDetailsFind: `/iasf/productDetails/findById`, + courseDiscipline: `/iasf/subject/courseDiscipline`, + courseProfessionalClass: `/iasf/subject/courseProfessionalClass`, + courseProfessional: `/iasf/subject/courseProfessional`, // 产品中心 productCategoryList: `${host}/nakadai/productClassification/productCategoryList`, productTypeList: `${host}/nakadai/productType/productTypeList`, diff --git a/src/pages/course/index.vue b/src/pages/course/index.vue index 5fcf935..e456250 100644 --- a/src/pages/course/index.vue +++ b/src/pages/course/index.vue @@ -1,6 +1,8 @@
产品标签
-
全部
-
{{ item.tagsName }}
+
+ 全部 +
+
{{ item.name }}
-
产品类型
-
全部
-
{{ item.typeName }}
+
全部
+
{{ item.name }}
-
{{ item.name }}
-
发布时间
+
{{ item.name }}
+
发布时间
- - + +
@@ -140,14 +124,13 @@