From f47ce70afac05ce941b5eafb2d9114c7a017f774 Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期二, 06 九月 2022 20:01:27 +0800 Subject: [PATCH] 新增微信账号快捷登录、账号绑定、换绑功能,及页面更新。 --- pages.json | 35 +++++++++++++++++++++++++++++++++-- 1 files changed, 33 insertions(+), 2 deletions(-) diff --git a/pages.json b/pages.json index f715b90..e27aa1f 100644 --- a/pages.json +++ b/pages.json @@ -3,7 +3,9 @@ { "path": "pages/login/login", "style": { - "navigationStyle": "custom" + // "navigationStyle": "custom" + "navigationBarTitleText": "璇风櫥褰�", + "enablePullDownRefresh": false } }, { @@ -82,8 +84,37 @@ "navigationBarTitleText": "淇敼", "enablePullDownRefresh": false } + }, { + "path": "pages/register/register", + "style": { + "navigationBarTitleText": "缁戝畾璐﹀彿", + "enablePullDownRefresh": false + // "navigationStyle": "custom" + } } - ], + ], + "tabBar": { + // "color": "#999794", + // "selectedColor": "#007AFF", + // "borderStyle": "white", + // "backgroundColor": "#F5F5F5", + "custom": true, + "list": [ + // 瀹㈡埛tabbar + { + "pagePath": "pages/home/home" + // "iconPath": "static/tabBar-icon/Gfayun.png", + // "selectedIconPath": "static/tabBar-icon/Bfayun1.png", + // "text": "鍙戣繍" + }, + { + "pagePath": "pages/login/login" + // "iconPath": "static/tabBar-icon/Gfayun.png", + // "selectedIconPath": "static/tabBar-icon/Bfayun1.png", + // "text": "鍙戣繍" + } + ] + }, "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", -- Gitblit v1.9.1