From f32f1e1caed8cebdf0e03b2c540515ad47ad2298 Mon Sep 17 00:00:00 2001
From: Suk1No <674874220@qq.com>
Date: Sun, 17 Aug 2025 00:26:23 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9C=B0=E5=9D=80=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E5=88=B6=E4=BD=9C=EF=BC=88=E6=94=B6=E8=B4=A7=E5=9C=B0?=
=?UTF-8?q?=E5=9D=80=EF=BC=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
order-app/src/pages.json | 21 ++-
order-app/src/pages/address/address.vue | 191 ++++++++++++++++++++++++
2 files changed, 200 insertions(+), 12 deletions(-)
create mode 100644 order-app/src/pages/address/address.vue
diff --git a/order-app/src/pages.json b/order-app/src/pages.json
index 35dcfbb..6209e48 100644
--- a/order-app/src/pages.json
+++ b/order-app/src/pages.json
@@ -1,6 +1,11 @@
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
+ "path": "pages/address/address",
+ "style": {
+ "navigationBarTitleText": ""
+ }
+ }, {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
@@ -28,17 +33,9 @@
},
{
- "path" : "pages/detail/detail",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/address/address",
- "style" :
- {
- "navigationBarTitleText" : ""
+ "path": "pages/detail/detail",
+ "style": {
+ "navigationBarTitleText": ""
}
}
],
@@ -79,4 +76,4 @@
"text": "我的"
}]
}
-}
+}
\ No newline at end of file
diff --git a/order-app/src/pages/address/address.vue b/order-app/src/pages/address/address.vue
new file mode 100644
index 0000000..4845d67
--- /dev/null
+++ b/order-app/src/pages/address/address.vue
@@ -0,0 +1,191 @@
+
+
+
+
+ 收货人:
+
+
+
+ 手机号码:
+
+
+
+ 所在地区:
+
+
+
+ 详细地址:
+
+
+
+
+
+
+
+ 设置默认地址
+ 提醒:每次下单会默认推荐该地址
+
+
+
+
+
+
+
+ 提交
+
+
+
+
+
+
\ No newline at end of file