From 48c22fb20c6831efa99540a3a39f99b8c6563085 Mon Sep 17 00:00:00 2001
From: wangjiahai <1556608@qq.com>
Date: Tue, 21 Nov 2023 15:04:15 +0800
Subject: [PATCH] 111
---
pages.json | 55 ++-------------------------------------------
pages/card/card.vue | 52 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+), 53 deletions(-)
create mode 100644 pages/card/card.vue
diff --git a/pages.json b/pages.json
index ca94912..6dba775 100644
--- a/pages.json
+++ b/pages.json
@@ -1,58 +1,7 @@
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
- "path": "pages/index/demoReportKc",
- "style": {
- "navigationBarTitleText": "质物库存汇总"
- }
- },{
- "path": "pages/index/auditReport",
- "style": {
- "navigationBarTitleText": "回款报告"
- }
- },{
- "path": "pages/index/inventoryReport",
- "style": {
- "navigationBarTitleText": "库存日报表"
- }
- },{
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },{
- "path": "pages/index/enterpriseRisk",
- "style": {
- "navigationBarTitleText": "企业经营异常核查"
- }
- }, {
- "path": "pages/login/fwxy",
- "style": {
- "navigationBarTitleText": "服务协议"
- }
- }, {
- "path": "pages/login/yszc",
- "style": {
- "navigationBarTitleText": "隐私政策"
- }
- },
-
-
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- },
-
- {
- "path": "pages/index/index2",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- },
- {
- "path": "pages/index/index3",
+ "path": "pages/card/card",
"style": {
"navigationBarTitleText": "uni-app"
}
@@ -65,4 +14,4 @@
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
-}
+}
\ No newline at end of file
diff --git a/pages/card/card.vue b/pages/card/card.vue
new file mode 100644
index 0000000..1759e04
--- /dev/null
+++ b/pages/card/card.vue
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+ {{item.name}}
+ {{item.time}}
+
+
+ 预约提货
+
+ {{item.state}}
+
+
+
+
+
+
+
\ No newline at end of file