diff --git a/apis/factoryApi.js b/apis/factoryApi.js index 6762862..5e02e6e 100644 --- a/apis/factoryApi.js +++ b/apis/factoryApi.js @@ -52,3 +52,12 @@ export function getAffiliatedFactoryList(data = {}) { data }) } +/** + * 获取工厂客户案例 + */ +export function getCaseList(data = {}) { + return http.get({ + url: `/yyt-uec/get/enterprise/product/case/page`, + data + }) +} diff --git a/components/business-components/banner.vue b/components/business-components/banner.vue index be60cfb..bf03833 100644 --- a/components/business-components/banner.vue +++ b/components/business-components/banner.vue @@ -11,6 +11,7 @@ + {{ swiperCurrent + 1 }}/{{ list.length }} diff --git a/components/business-components/factoryItem.vue b/components/business-components/factoryItem.vue index 3439409..4c8258e 100644 --- a/components/business-components/factoryItem.vue +++ b/components/business-components/factoryItem.vue @@ -3,7 +3,7 @@ - {{ item.name }} + {{ item.name }} {{ item.score }}分 @@ -29,6 +29,7 @@ + + diff --git a/static/imgs/factory/back-icon.png b/static/imgs/factory/back-icon.png new file mode 100644 index 0000000..92ff974 Binary files /dev/null and b/static/imgs/factory/back-icon.png differ