From c35b614da1c6814005b7cc6a9446cd1b966aa25b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Tue, 17 Aug 2021 11:01:35 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E6=88=90]=20=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E4=BA=A4=E5=8F=8B=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 ++ pages/index/index.vue | 2 +- pages/userList/userList.vue | 121 ++++++++++++++++++++++++++++++++++++ 3 files changed, 128 insertions(+), 1 deletion(-) create mode 100644 pages/userList/userList.vue diff --git a/pages.json b/pages.json index cfc937c..f5794fa 100644 --- a/pages.json +++ b/pages.json @@ -45,6 +45,12 @@ "navigationBarBackgroundColor": "#FE3EA5", "navigationBarTextStyle": "white" } + }, + { + "path": "pages/userList/userList", + "style": { + "navigationBarTitleText": "相亲交友" + } } ], "globalStyle": { diff --git a/pages/index/index.vue b/pages/index/index.vue index 14b1692..2009353 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -36,7 +36,7 @@ 推荐单身 - + 最新 diff --git a/pages/userList/userList.vue b/pages/userList/userList.vue new file mode 100644 index 0000000..cd46296 --- /dev/null +++ b/pages/userList/userList.vue @@ -0,0 +1,121 @@ + + + + +