From 58569eeef6998512770c199bd655486376faae0c Mon Sep 17 00:00:00 2001 From: RDLI <2164126847@qq.com> Date: Tue, 28 May 2024 10:15:03 +0800 Subject: [PATCH 1/5] =?UTF-8?q?style:=20=E5=A4=84=E7=90=86mpaas=E5=92=8C?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8Ftag=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E6=A0=B7=E5=BC=8F=E5=85=BC=E5=AE=B9=E6=80=A7=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tag/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/tag/index.vue b/src/components/tag/index.vue index 56368a4..4717e70 100644 --- a/src/components/tag/index.vue +++ b/src/components/tag/index.vue @@ -69,6 +69,8 @@ const open = () => {} overflow-x: scroll; white-space: nowrap; padding-right: 20rpx; + width: 600rpx; + display: -webkit-inline-box; .custom-row-tag { margin-top: 12rpx; display: inline-block; -- Gitee From e6df706de27de8f73feea6d909eacb2e3d13f07e Mon Sep 17 00:00:00 2001 From: RDLI <2164126847@qq.com> Date: Tue, 28 May 2024 10:24:12 +0800 Subject: [PATCH 2/5] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8A=9E=E4=BA=8B?= =?UTF-8?q?=E3=80=81=E5=85=B3=E7=B3=BB=E7=9A=84=E5=AF=BC=E8=88=AA=E6=A0=8F?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=85=BC=E5=AE=B9=E6=80=A7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/pages.json b/src/pages.json index e5f6527..496ef25 100644 --- a/src/pages.json +++ b/src/pages.json @@ -33,7 +33,8 @@ "style": { "navigationBarTitleText": "办事", "navigationStyle": "custom", - "enablePullDownRefresh": true + "enablePullDownRefresh": true, + "transparentTitle": "always" } }, { @@ -59,9 +60,10 @@ { "path": "pages/relation/relation", "style": { - "navigationBarTitleText": "relation", + "navigationBarTitleText": "关系", "navigationStyle": "custom", - "enablePullDownRefresh": false + "enablePullDownRefresh": false, + "transparentTitle": "always" } }, { -- Gitee From ab17bc9b63a61a53b8d7796539d5ad8c53bf6aa7 Mon Sep 17 00:00:00 2001 From: RDLI <2164126847@qq.com> Date: Tue, 28 May 2024 11:03:12 +0800 Subject: [PATCH 3/5] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E6=B1=A1=E6=9F=93=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customModal/formModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/customModal/formModal.vue b/src/components/customModal/formModal.vue index 36f552b..58b15ef 100644 --- a/src/components/customModal/formModal.vue +++ b/src/components/customModal/formModal.vue @@ -234,7 +234,7 @@ const handleCancel = () => { } - diff --git a/src/pages.json b/src/pages.json index 496ef25..6017610 100644 --- a/src/pages.json +++ b/src/pages.json @@ -9,7 +9,7 @@ { "path": "pages/auth/login", "style": { - "navigationBarTitleText": "登录", + "navigationBarTitleText": "", "navigationStyle": "custom", "transparentTitle": "always" } @@ -17,13 +17,14 @@ { "path": "pages/auth/userInfo", "style": { - "navigationBarTitleText": "个人信息" + "navigationBarTitleText": "", + "transparentTitle": "always" } }, { "path": "pages/home/home", "style": { - "navigationBarTitleText": "门户", + "navigationBarTitleText": "", "navigationStyle": "custom", "transparentTitle": "always" } @@ -31,7 +32,7 @@ { "path": "pages/work/work", "style": { - "navigationBarTitleText": "办事", + "navigationBarTitleText": "", "navigationStyle": "custom", "enablePullDownRefresh": true, "transparentTitle": "always" @@ -40,27 +41,30 @@ { "path": "pages/work/detail", "style": { - "navigationBarTitleText": "办事详情" + "navigationBarTitleText": "", + "transparentTitle": "always" } }, { "path": "pages/store/store", "style": { - "navigationBarTitleText": "存储", - "enablePullDownRefresh": false + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "transparentTitle": "always" } }, { "path": "pages/web/web", "style": { - "navigationBarTitleText": "webView页面", - "enablePullDownRefresh": false + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "transparentTitle": "always" } }, { "path": "pages/relation/relation", "style": { - "navigationBarTitleText": "关系", + "navigationBarTitleText": "", "navigationStyle": "custom", "enablePullDownRefresh": false, "transparentTitle": "always" @@ -69,78 +73,88 @@ { "path": "pages/relation/group/groupIndex", "style": { - "navigationBarTitleText": "设置", + "navigationBarTitleText": "", "enablePullDownRefresh": false, - "navigationStyle": "custom" + "navigationStyle": "custom", + "transparentTitle": "always" } }, { "path": "pages/relation/menuDetail", "style": { - "navigationBarTitleText": "奥集能", - "navigationStyle": "custom" + "navigationBarTitleText": "", + "navigationStyle": "custom", + "transparentTitle": "always" } }, { "path": "pages/relation/member/memberIndex", "style": { - "navigationBarTitleText": "member", - "navigationStyle": "custom" + "navigationBarTitleText": "", + "navigationStyle": "custom", + "transparentTitle": "always" } }, { "path": "pages/relation/member/memberList", "style": { - "navigationBarTitleText": "memberList", - "navigationStyle": "custom" + "navigationBarTitleText": "", + "navigationStyle": "custom", + "transparentTitle": "always" } }, { "path": "pages/relation/group/groupMenu", "style": { - "navigationBarTitleText": "groupMenu", - "navigationStyle": "custom" + "navigationBarTitleText": "", + "navigationStyle": "custom", + "transparentTitle": "always" } }, { "path": "pages/relation/member/memberMenu", "style": { - "navigationBarTitleText": "memberMenu", - "navigationStyle": "custom" + "navigationBarTitleText": "", + "navigationStyle": "custom", + "transparentTitle": "always" } }, { "path": "pages/relation/group/groupList", "style": { - "navigationBarTitleText": "groupList", - "navigationStyle": "custom" + "navigationBarTitleText": "", + "navigationStyle": "custom", + "transparentTitle": "always" } }, { "path": "pages/relation/group/departList", "style": { - "navigationBarTitleText": "departList", - "navigationStyle": "custom" + "navigationBarTitleText": "", + "navigationStyle": "custom", + "transparentTitle": "always" } }, { "path": "pages/work/apply", "style": { - "navigationBarTitleText": "apply", - "navigationStyle": "custom" + "navigationBarTitleText": "", + "navigationStyle": "custom", + "transparentTitle": "always" } }, { "path": "pages/work/webview", "style": { - "navigationBarTitleText": "webview", - "navigationStyle": "custom" + "navigationBarTitleText": "", + "navigationStyle": "custom", + "transparentTitle": "always" } } ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "奥集能", + "navigationBarTitleText": "", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF" }, diff --git a/src/pages/relation/group/groupIndex.vue b/src/pages/relation/group/groupIndex.vue index 2f564b6..06c0654 100644 --- a/src/pages/relation/group/groupIndex.vue +++ b/src/pages/relation/group/groupIndex.vue @@ -143,7 +143,7 @@ async function goMenu( // url: '/pages/relation/group/groupIndex?item=' + JSON.stringify(params) // }) // } else { - //无下级 + //无下级 uni.navigateTo({ url: '/pages/relation/group/groupList?item=' + JSON.stringify(params) }) -- Gitee From dd62d77ced8a502b73f0ad79b40df5f85259a5a2 Mon Sep 17 00:00:00 2001 From: RDLI <2164126847@qq.com> Date: Tue, 28 May 2024 19:04:08 +0800 Subject: [PATCH 5/5] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8A=9E=E4=BA=8B?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/pages.json b/src/pages.json index 6017610..1181058 100644 --- a/src/pages.json +++ b/src/pages.json @@ -32,7 +32,7 @@ { "path": "pages/work/work", "style": { - "navigationBarTitleText": "", + "navigationBarTitleText": "办事", "navigationStyle": "custom", "enablePullDownRefresh": true, "transparentTitle": "always" @@ -41,8 +41,7 @@ { "path": "pages/work/detail", "style": { - "navigationBarTitleText": "", - "transparentTitle": "always" + "navigationBarTitleText": "" } }, { @@ -138,7 +137,7 @@ { "path": "pages/work/apply", "style": { - "navigationBarTitleText": "", + "navigationBarTitleText": "apply", "navigationStyle": "custom", "transparentTitle": "always" } -- Gitee