From 83c2a71060ee9e6083db4bcbcdf6128748642cfa Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 05 Jul 2021 17:21:24 +0800
Subject: [PATCH] 注册
---
pages.json | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index 3d18344..61b83b9 100644
--- a/pages.json
+++ b/pages.json
@@ -8,6 +8,20 @@
"name": "loging",
"style": {
"navigationBarTitleText": "请登录"
+ // "navigationBarBackgroundColor": "#0cd7e5"
+ // "app-plus": {
+ // "animationType": "fade-in",
+ // "animationDuration": 300
+ // }
+ }
+ },
+ {
+ "path": "pages/registerUser/registerUser",
+ "name": "loging",
+ "style": {
+ "navigationBarTitleText": "注册账号",
+ "navigationBarBackgroundColor": "#0cd7e5",
+ "navigationBarTextStyle": "white"
// "app-plus": {
// "animationType": "fade-in",
// "animationDuration": 300
--
Gitblit v1.9.3