From 0c2c1aa0b48c1509c6bd53be4350a1a13a6c4c7f Mon Sep 17 00:00:00 2001
From: Enzo <1284707383@qq.com>
Date: Tue, 6 Jul 2021 14:56:31 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 22 +--
pages/user/user.vue | 327 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 341 insertions(+), 8 deletions(-)
create mode 100644 pages/user/user.vue
diff --git a/pages.json b/pages.json
index 0d59b10..595a4b5 100644
--- a/pages.json
+++ b/pages.json
@@ -3,6 +3,20 @@
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
+ {
+ "path": "pages/index/index",
+ "style": {
+ "navigationBarTitleText": "首页",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/user/user",
+ "style": {
+ "navigationBarTitleText": "我的"
+ }
+ },
{
"path": "pages/notice/notice",
"style": {
@@ -32,14 +46,6 @@
"style": {
"navigationBarTitleText": "支付结果"
}
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
}
],
"globalStyle": {
diff --git a/pages/user/user.vue b/pages/user/user.vue
new file mode 100644
index 0000000..56bd579
--- /dev/null
+++ b/pages/user/user.vue
@@ -0,0 +1,327 @@
+
+
+
+
+
+
+
+ 小小的小可爱
+
+
+
+
+
+
+ 我的订单
+
+
+
+
+
+
+
+
+ 消息中心
+
+
+
+
+
+
+
+
+ 意见反馈
+
+
+
+
+
+
+
+
+
+ 我的收藏
+
+
+
+
+
+
+
+
+
+ 关于我们
+
+
+
+
+
+
+
+
+
+ 联系客服
+
+
+
+
+
+
+
+
+
+
+
+
+ 为你推荐
+
+
+
+
+
+
+
+ 已售8777
+
+
+
+ {{item.title}}
+
+
+ {{item.price}}元
+ ¥399.00
+
+
+
+
+
+
+
+ 已售8777
+
+
+
+ {{item.title}}
+
+
+ {{item.price}}元
+ ¥399.00
+
+
+
+
+
+
+
+
+
+
+
+