From cf866b51a8a5364852bfbb25046403298b054c5b Mon Sep 17 00:00:00 2001 From: yanyilin Date: Fri, 22 Sep 2023 19:13:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83scroll-fold-nav=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E9=94=AE=E4=BD=8D=E7=BD=AE=20=E5=B1=8F=E8=94=BD?= =?UTF-8?q?=E5=8D=8A=E5=B1=8F=E7=A4=BA=E4=BE=8B=E9=A1=B5=E9=9D=A2=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7=E4=B8=BA1.0.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- pages/tabBar/template.uvue | 16 ++++++++-------- .../scroll-fold-nav/scroll-fold-nav.uvue | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index e309c620..35656720 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "hello-uniapp x", "appid" : "__UNI__3584C99", "description" : "", - "versionName" : "1.0.5", - "versionCode" : 105, + "versionName" : "1.0.10", + "versionCode" : 10010, "uni-app-x" : {}, /* 快应用特有相关 */ "quickapp" : {}, diff --git a/pages/tabBar/template.uvue b/pages/tabBar/template.uvue index ddd37f78..bee81fdd 100644 --- a/pages/tabBar/template.uvue +++ b/pages/tabBar/template.uvue @@ -145,14 +145,14 @@ export default { open: false, pages: [] as Page[], }, - { - id: 'half-screen', - url: 'half-screen', - name: '半屏弹窗', - open: false, - enable: false, - pages: [] as Page[], - }, + // { + // id: 'half-screen', + // url: 'half-screen', + // name: '半屏弹窗', + // open: false, + // enable: false, + // pages: [] as Page[], + // }, { id: 'drop-card', url: 'drop-card', diff --git a/pages/template/scroll-fold-nav/scroll-fold-nav.uvue b/pages/template/scroll-fold-nav/scroll-fold-nav.uvue index 3ab34eee..30659e13 100644 --- a/pages/template/scroll-fold-nav/scroll-fold-nav.uvue +++ b/pages/template/scroll-fold-nav/scroll-fold-nav.uvue @@ -150,7 +150,7 @@ .nav-back { position: absolute; - top: 44px; + top: 46px; left: 8px; } -- GitLab