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