From b351938207f842aa0899f76c3a967d1aa1fb5d23 Mon Sep 17 00:00:00 2001
From: anne-lxm <1076217653@qq.com>
Date: Sun, 29 Jan 2023 22:09:34 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BD=93=E7=A7=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 89 +++++++++---------
pages/common/webview/webview.vue | 39 --------
pages/grid/grid.vue | 57 +++++++----
pages/list/detail.vue | 8 +-
pages/ucenter/about/about.vue | 3 +-
pages/ucenter/read-news-log/read-news-log.vue | 2 -
pages/ucenter/settings/settings.vue | 1 -
pages/ucenter/ucenter.vue | 24 +++--
pages/uni-agree/uni-agree.nvue | 42 ++++-----
static/app-plus/sharemenu/mp_weixin.png | Bin 5827 -> 4776 bytes
static/h5/download-app/android.png | Bin 1490 -> 1033 bytes
static/h5/download-app/ios.png | Bin 1592 -> 1206 bytes
static/h5/download-app/openImg.png | Bin 12972 -> 12894 bytes
static/tabbar/grid.png | Bin 2824 -> 2695 bytes
static/tabbar/grid_active.png | Bin 2654 -> 2556 bytes
static/tabbar/list.png | Bin 2974 -> 2897 bytes
static/tabbar/list_active.png | Bin 3140 -> 3024 bytes
static/tabbar/me.png | Bin 3454 -> 3380 bytes
static/tabbar/me_active.png | Bin 3526 -> 3461 bytes
static/uni-center/defaultAvatarUrl.png | Bin 5879 -> 0 bytes
static/uni-center/grey.png | Bin 4846 -> 0 bytes
static/uni-center/headers.png | Bin 32234 -> 20399 bytes
static/uni-load-state/disconnection.png | Bin 10421 -> 5687 bytes
23 files changed, 124 insertions(+), 141 deletions(-)
delete mode 100644 pages/common/webview/webview.vue
delete mode 100644 static/uni-center/defaultAvatarUrl.png
delete mode 100644 static/uni-center/grey.png
diff --git a/pages.json b/pages.json
index a3c2ac30..d96d8b20 100644
--- a/pages.json
+++ b/pages.json
@@ -44,12 +44,12 @@
"style": {
"navigationStyle": "custom"
}
- }, {
+ },
+ // #ifdef APP-PLUS
+ {
"path": "pages/ucenter/about/about",
"style": {
- "navigationBarTitleText": "关于"
- // #ifdef APP-PLUS
- ,
+ "navigationBarTitleText": "关于",
"app-plus": {
"titleNView": {
"buttons": [{
@@ -57,11 +57,8 @@
}]
}
}
- // #endif
}
-
},
- // #ifdef APP-PLUS
{
"path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
"style": {
@@ -78,6 +75,34 @@
}
}
},
+ {
+ "path": "pages/ucenter/invite/invite",
+ "style": {
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "uni_modules/uni-id-pages/pages/userinfo/deactivate/deactivate",
+ "style": {
+ "navigationBarTitleText": "注销账号"
+ }
+ },
+ // #endif
+ // #ifdef H5
+ {
+ "path": "uni_modules/uni-id-pages/pages/userinfo/cropImage/cropImage",
+ "style": {
+ "navigationBarTitleText": ""
+ }
+ },
+ {
+ "path": "uni_modules/uni-id-pages/pages/register/register-admin",
+ "style": {
+ "enablePullDownRefresh": false,
+ "navigationBarTitleText": "注册管理员账号"
+ }
+ },
// #endif
{
"path": "pages/uni-agree/uni-agree",
@@ -92,14 +117,6 @@
"style": {
"navigationBarTitleText": "设置"
}
-
- }, {
- "path": "pages/common/webview/webview",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
},
{
"path": "pages/ucenter/read-news-log/read-news-log",
@@ -107,24 +124,13 @@
"navigationBarTitleText": "阅读记录",
"enablePullDownRefresh": true
}
- }, {
- "path": "pages/ucenter/invite/invite",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- }, {
+ },
+ {
"path": "uni_modules/uni-feedback/pages/opendb-feedback/opendb-feedback",
"style": {
"navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": false
}
- }, {
- "path": "uni_modules/uni-id-pages/pages/userinfo/deactivate/deactivate",
- "style": {
- "navigationBarTitleText": "注销账号"
- }
},
{
"path": "uni_modules/uni-id-pages/pages/userinfo/userinfo",
@@ -136,11 +142,6 @@
"style": {
"navigationBarTitleText": "绑定手机号码"
}
- }, {
- "path": "uni_modules/uni-id-pages/pages/userinfo/cropImage/cropImage",
- "style": {
- "navigationBarTitleText": ""
- }
}, {
"path": "uni_modules/uni-id-pages/pages/login/login-withoutpwd",
"style": {
@@ -188,20 +189,14 @@
"style": {
"navigationBarTitleText": "通过邮箱重置密码"
}
- }, {
- "path": "uni_modules/uni-id-pages/pages/register/register-admin",
- "style": {
- "enablePullDownRefresh": false,
- "navigationBarTitleText": "注册管理员账号"
- }
- }
- ,{
- "path": "uni_modules/uni-id-pages/pages/userinfo/set-pwd/set-pwd",
- "style": {
- "enablePullDownRefresh": false,
- "navigationBarTitleText": "设置密码"
- }
-}
+ },
+ {
+ "path": "uni_modules/uni-id-pages/pages/userinfo/set-pwd/set-pwd",
+ "style": {
+ "enablePullDownRefresh": false,
+ "navigationBarTitleText": "设置密码"
+ }
+ }
],
"globalStyle": {
// #ifdef H5
diff --git a/pages/common/webview/webview.vue b/pages/common/webview/webview.vue
deleted file mode 100644
index 9ecbe781..00000000
--- a/pages/common/webview/webview.vue
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/pages/grid/grid.vue b/pages/grid/grid.vue
index 8d61ca4e..cd2df7e3 100644
--- a/pages/grid/grid.vue
+++ b/pages/grid/grid.vue
@@ -1,28 +1,30 @@
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+ {{$t('grid.grid')}}
+
+
@@ -42,16 +44,19 @@