diff --git a/src/assets/img/factory/gongchang1.png b/src/assets/img/factory/gongchang1.png new file mode 100644 index 0000000..9e9d9a8 Binary files /dev/null and b/src/assets/img/factory/gongchang1.png differ diff --git a/src/assets/img/factory/gongchang2.png b/src/assets/img/factory/gongchang2.png new file mode 100644 index 0000000..1c899e8 Binary files /dev/null and b/src/assets/img/factory/gongchang2.png differ diff --git a/src/assets/img/factory/gongchang3.png b/src/assets/img/factory/gongchang3.png new file mode 100644 index 0000000..573bda0 Binary files /dev/null and b/src/assets/img/factory/gongchang3.png differ diff --git a/src/assets/img/factory/gongchang4.png b/src/assets/img/factory/gongchang4.png new file mode 100644 index 0000000..faf887e Binary files /dev/null and b/src/assets/img/factory/gongchang4.png differ diff --git a/src/assets/img/factory/gongchang5.png b/src/assets/img/factory/gongchang5.png new file mode 100644 index 0000000..1ab7b0b Binary files /dev/null and b/src/assets/img/factory/gongchang5.png differ diff --git a/src/assets/img/factory/gongchang6.png b/src/assets/img/factory/gongchang6.png new file mode 100644 index 0000000..a15e777 Binary files /dev/null and b/src/assets/img/factory/gongchang6.png differ diff --git a/src/assets/img/factory/gongchang7.png b/src/assets/img/factory/gongchang7.png new file mode 100644 index 0000000..cb1db81 Binary files /dev/null and b/src/assets/img/factory/gongchang7.png differ diff --git a/src/assets/img/factory/gongchang8.png b/src/assets/img/factory/gongchang8.png new file mode 100644 index 0000000..2cf1bca Binary files /dev/null and b/src/assets/img/factory/gongchang8.png differ diff --git a/src/components/Tabs/index.vue b/src/components/Tabs/index.vue index f19a5e4..6ff34e3 100755 --- a/src/components/Tabs/index.vue +++ b/src/components/Tabs/index.vue @@ -32,9 +32,17 @@ const updateActiveTab = id => { if (props.isCase) { detailStore.updateIndustryId(id) detailStore.updateExampleId('1') + if (id == 2) { + detailStore.updateIndustryId(id) + detailStore.updateExampleId('2') + } } else { detailStore.updateHardwareId(id) detailStore.updateHardwareExampleId('1') + if (id == 2) { + detailStore.updateHardwareId(id) + detailStore.updateHardwareExampleId('2') + } } } diff --git a/src/mock/case.js b/src/mock/case.js index 5e6fccb..2319729 100755 --- a/src/mock/case.js +++ b/src/mock/case.js @@ -501,12 +501,12 @@ export const allCaseList1 = [ example_id: '4', industry_id: '1', }, - { - id: '5', - picUrl: A5, - example_id: '1', - industry_id: '2', - }, + // { + // id: '5', + // picUrl: A5, + // example_id: '1', + // industry_id: '2', + // }, { id: '6', picUrl: A6, diff --git a/src/mock/case_detail/02.js b/src/mock/case_detail/02.js index c38ebc8..a43e0ef 100755 --- a/src/mock/case_detail/02.js +++ b/src/mock/case_detail/02.js @@ -8,10 +8,10 @@ import T1_7 from '@/assets/img/case_detail/02/trumbs/07.jpg' import T1_8 from '@/assets/img/case_detail/02/trumbs/08.jpg' import T1_9 from '@/assets/img/case_detail/02/trumbs/09.jpg' export const case_detail_img_data = [ - { - id: '1', - picUrl: T1_1, - }, + // { + // id: '1', + // picUrl: T1_1, + // }, { id: '2', picUrl: T1_2, diff --git a/src/mock/case_detail/05.js b/src/mock/case_detail/05.js index ecf7534..fed7fe4 100755 --- a/src/mock/case_detail/05.js +++ b/src/mock/case_detail/05.js @@ -8,10 +8,10 @@ export const case_detail_img_data = [ id: '1', picUrl: T1_1, }, - { - id: '2', - picUrl: T1_2, - }, + // { + // id: '2', + // picUrl: T1_2, + // }, { id: '3', picUrl: T1_3, diff --git a/src/mock/hardware.js b/src/mock/hardware.js index a0f9cda..3ba9919 100755 --- a/src/mock/hardware.js +++ b/src/mock/hardware.js @@ -478,12 +478,12 @@ export const allCaseList1 = [ example_id: '3', industry_id: '1', }, - { - id: '4', - picUrl: A4, - example_id: '1', - industry_id: '2', - }, + // { + // id: '4', + // picUrl: A4, + // example_id: '1', + // industry_id: '2', + // }, { id: '5', picUrl: A5, diff --git a/src/mock/hardware/02.js b/src/mock/hardware/02.js index d182b1e..44cd649 100755 --- a/src/mock/hardware/02.js +++ b/src/mock/hardware/02.js @@ -7,10 +7,10 @@ import T1_6 from '@/assets/img/hardware_detail/02/trumbs/9.jpg' import T1_7 from '@/assets/img/hardware_detail/02/trumbs/10.jpg' import T1_8 from '@/assets/img/hardware_detail/02/trumbs/11.jpg' export const hardware_detail_img_data = [ - { - id: '1', - picUrl: T1_1, - }, + // { + // id: '1', + // picUrl: T1_1, + // }, { id: '2', picUrl: T1_2, diff --git a/src/mock/hardware/05.js b/src/mock/hardware/05.js index 5bd0260..287104c 100755 --- a/src/mock/hardware/05.js +++ b/src/mock/hardware/05.js @@ -6,10 +6,10 @@ export const hardware_detail_img_data = [ id: '1', picUrl: T1_1, }, - { - id: '2', - picUrl: T1_2, - }, + // { + // id: '2', + // picUrl: T1_2, + // }, { id: '3', picUrl: T1_3, diff --git a/src/views/Index/components/ContactUs/index.vue b/src/views/Index/components/ContactUs/index.vue index 26ae0bb..a9eac6b 100755 --- a/src/views/Index/components/ContactUs/index.vue +++ b/src/views/Index/components/ContactUs/index.vue @@ -25,7 +25,7 @@
-

元老师  156 2496 2290

+

杨老师  156 2496 2290

diff --git a/src/views/Index/components/Factory/Card/index.vue b/src/views/Index/components/Factory/Card/index.vue new file mode 100644 index 0000000..eb03c77 --- /dev/null +++ b/src/views/Index/components/Factory/Card/index.vue @@ -0,0 +1,123 @@ + + + + + diff --git a/src/views/Index/components/Factory/index.vue b/src/views/Index/components/Factory/index.vue new file mode 100644 index 0000000..08d5350 --- /dev/null +++ b/src/views/Index/components/Factory/index.vue @@ -0,0 +1,126 @@ + + + + + diff --git a/src/views/Index/index.vue b/src/views/Index/index.vue index 7e9d839..17a5607 100755 --- a/src/views/Index/index.vue +++ b/src/views/Index/index.vue @@ -69,6 +69,9 @@ + + +