diff --git a/components.d.ts b/components.d.ts
index 6725db6..21558f6 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -10,12 +10,13 @@ declare module 'vue' {
export interface GlobalComponents {
Container: typeof import('./components/guyu/home/container.vue')['default']
GoodsItem: typeof import('./components/guyu/home/goods-item.vue')['default']
+ GoodsList: typeof import('./components/guyu/home/goods-list.vue')['default']
Notice: typeof import('./components/guyu/home/notice.vue')['default']
Recommend: typeof import('./components/guyu/home/recommend.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Search: typeof import('./components/guyu/home/search.vue')['default']
- StickySwiperNextItem: typeof import('./components/sticky-swiper-next-item/sticky-swiper-next-item.vue')['default']
Swiper: typeof import('./components/guyu/home/swiper.vue')['default']
+ Tabs: typeof import('./components/guyu/home/tabs.vue')['default']
}
}
diff --git a/components/guyu/home/goods-list.vue b/components/guyu/home/goods-list.vue
new file mode 100644
index 0000000..35549bc
--- /dev/null
+++ b/components/guyu/home/goods-list.vue
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+ {{ item.title }}
+ {{ item.detail }}
+
+
+
+
+
+
+
+
+
diff --git a/components/guyu/home/tabs.vue b/components/guyu/home/tabs.vue
new file mode 100644
index 0000000..867509f
--- /dev/null
+++ b/components/guyu/home/tabs.vue
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/sticky-swiper-next-item/sticky-swiper-next-item.vue b/components/sticky-swiper-next-item/sticky-swiper-next-item.vue
deleted file mode 100644
index 2f95c63..0000000
--- a/components/sticky-swiper-next-item/sticky-swiper-next-item.vue
+++ /dev/null
@@ -1,142 +0,0 @@
-
-
-
-
-
-
-
- {{item.title}}
- {{item.detail}}
-
-
-
-
-
-
-
-
-
diff --git a/pages/home/home-page.vue b/pages/home/home-page.vue
index d3fa6e9..b776e75 100644
--- a/pages/home/home-page.vue
+++ b/pages/home/home-page.vue
@@ -1,29 +1,28 @@
-
+
+
+
+
+
+
+
+
+
-
- 这是一个banner
- 下方tab滚动时可吸附在顶部
-
-
-
-
-
-
+
+
-
-
-
-
+
@@ -31,108 +30,114 @@
-
-