From 1a379ca8e9e2e90cba3bafa9bbb44ec33812267a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Dchenxuelian=E2=80=9C?=
<“chenxuelian@cjiedata.com”>
Date: Tue, 27 Dec 2022 19:29:16 +0800
Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 9 +++++++
pages/my/login/login.vue | 56 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 65 insertions(+)
create mode 100644 pages/my/login/login.vue
diff --git a/pages.json b/pages.json
index dec851a..1e0c3ad 100644
--- a/pages.json
+++ b/pages.json
@@ -46,6 +46,15 @@
"enablePullDownRefresh": false
}
},
+ {
+ "path": "pages/my/login/login",
+ "style": {
+ "navigationBarTitleText": "登录",
+ "navigationBarTextStyle": "white",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": false
+ }
+ },
{
"path": "pages/detail/productsDetail/productsDetail",
"style": {
diff --git a/pages/my/login/login.vue b/pages/my/login/login.vue
new file mode 100644
index 0000000..976e127
--- /dev/null
+++ b/pages/my/login/login.vue
@@ -0,0 +1,56 @@
+
+
+
+ 获取电话号码
+
+
+
+
+
+
\ No newline at end of file