From 239545910316a11dc448eabdf77055f1d252f1a7 Mon Sep 17 00:00:00 2001
From: guoxing <1369478551@qq.com>
Date: Sat, 25 Feb 2023 09:11:17 +0800
Subject: [PATCH] =?UTF-8?q?2023-2-25=20=E5=8A=9F=E8=83=BD=E5=AE=8C?=
=?UTF-8?q?=E5=96=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
mallplusui-uniapp-app/pages.json | 6 +-
.../pages/order/createStoreOrder.vue | 225 +++++++++++++-----
mallplusui-uniapp-app/pagesU/user/forget.vue | 3 +-
3 files changed, 166 insertions(+), 68 deletions(-)
diff --git a/mallplusui-uniapp-app/pages.json b/mallplusui-uniapp-app/pages.json
index 002a7f0..c5e229d 100644
--- a/mallplusui-uniapp-app/pages.json
+++ b/mallplusui-uniapp-app/pages.json
@@ -744,9 +744,11 @@
}, {
"path": "user/forget",
"style": {
- "navigationBarTitleText": "忘记密码",
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom",
"app-plus": {
- "bounce": "none"
+ "titleNView": false,
+ "animationType": "slide-in-bottom"
}
}
}, {
diff --git a/mallplusui-uniapp-app/pages/order/createStoreOrder.vue b/mallplusui-uniapp-app/pages/order/createStoreOrder.vue
index 002fad7..fcdefc1 100644
--- a/mallplusui-uniapp-app/pages/order/createStoreOrder.vue
+++ b/mallplusui-uniapp-app/pages/order/createStoreOrder.vue
@@ -9,7 +9,8 @@
{{ addressData.name }}
{{ addressData.phoneNumber }}
- {{ addressData.region }}-{{ addressData.detailAddress }}
+ {{ addressData.province }}-{{ addressData.city }}-{{ addressData.region }}-{{ addressData.detailAddress }}
请设置收货地址
@@ -22,15 +23,16 @@
-
+
+
@@ -68,7 +70,8 @@
备注
-
+
@@ -92,12 +95,14 @@