From e58c646db02eeaf85fed8f7ef85a798bec8573a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com>
Date: Wed, 7 Jul 2021 12:01:08 +0800
Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]=20=E5=AE=8C=E6=88=90?=
=?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A2=91=E9=81=93=E9=A1=B5=E9=9D=A2UI?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 6 ++
pages/channel/index.vue | 219 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 225 insertions(+)
create mode 100644 pages/channel/index.vue
diff --git a/pages.json b/pages.json
index 19575d1..5525a57 100644
--- a/pages.json
+++ b/pages.json
@@ -109,6 +109,12 @@
"style": {
"navigationBarTitleText": "关于我们"
}
+ },
+ {
+ "path": "pages/channel/index",
+ "style": {
+ "navigationBarTitleText": "添加频道"
+ }
}
],
"globalStyle": {
diff --git a/pages/channel/index.vue b/pages/channel/index.vue
new file mode 100644
index 0000000..6b309dc
--- /dev/null
+++ b/pages/channel/index.vue
@@ -0,0 +1,219 @@
+
+
+
+
+ 我的频道
+
+
+
+ {{ key }}
+
+
+
+
+
+
+ 机票酒店
+
+
+ {{ item.name }}
+
+
+
+
+
+ 旅游度假
+
+
+ {{ item.name }}
+
+
+
+
+
+ 接送服务
+
+
+ {{ item.name }}
+
+
+
+
+
+ 其他精选
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+