From ef39f808dd17c538943dacf9d9469c57f0b6683b Mon Sep 17 00:00:00 2001 From: duqingquan Date: Fri, 30 Jun 2023 17:07:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B5=B1=E4=B8=80=E6=8C=89=E9=88=95=E6=A8=A3?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E7=A7=BB=E9=99=A4quitapp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 12 +++--- pages/API/action-sheet/action-sheet.uvue | 2 +- pages/API/modal/modal.uvue | 2 +- pages/API/quitApp/quitApp.uvue | 26 ------------ pages/API/show-loading/show-loading.uvue | 4 +- pages/API/toast/toast.uvue | 14 +++---- pages/component/swiper/swiper.uvue | 52 ++++++++++++++++++++++++ pages/tabBar/API/API.uvue | 8 ---- pages/tabBar/component/component.uvue | 2 +- 9 files changed, 70 insertions(+), 52 deletions(-) delete mode 100644 pages/API/quitApp/quitApp.uvue create mode 100644 pages/component/swiper/swiper.uvue diff --git a/pages.json b/pages.json index 82728a34..ac75be13 100644 --- a/pages.json +++ b/pages.json @@ -72,6 +72,12 @@ "navigationBarTitleText": "switch" } }, + { + "path": "pages/component/swiper/swiper", + "style": { + "navigationBarTitleText": "swiper" + } + }, { "path": "pages/component/image/image", "style": { @@ -138,12 +144,6 @@ "navigationBarTitleText": "获取定位" } }, - { - "path": "pages/API/quitApp/quitApp", - "style": { - "navigationBarTitleText": "退出应用" - } - }, { "path": "pages/tabBar/CSS/CSS", "style": { diff --git a/pages/API/action-sheet/action-sheet.uvue b/pages/API/action-sheet/action-sheet.uvue index 28f1e920..bfb86b8c 100644 --- a/pages/API/action-sheet/action-sheet.uvue +++ b/pages/API/action-sheet/action-sheet.uvue @@ -22,7 +22,7 @@ - + diff --git a/pages/API/modal/modal.uvue b/pages/API/modal/modal.uvue index 3217ab35..f6e160be 100644 --- a/pages/API/modal/modal.uvue +++ b/pages/API/modal/modal.uvue @@ -34,7 +34,7 @@ - + {{exeRet}} diff --git a/pages/API/quitApp/quitApp.uvue b/pages/API/quitApp/quitApp.uvue deleted file mode 100644 index e2db75d7..00000000 --- a/pages/API/quitApp/quitApp.uvue +++ /dev/null @@ -1,26 +0,0 @@ - - \ No newline at end of file diff --git a/pages/API/show-loading/show-loading.uvue b/pages/API/show-loading/show-loading.uvue index 542151c0..a9aa706d 100644 --- a/pages/API/show-loading/show-loading.uvue +++ b/pages/API/show-loading/show-loading.uvue @@ -13,9 +13,9 @@ - + - + diff --git a/pages/API/toast/toast.uvue b/pages/API/toast/toast.uvue index 203ac373..99572076 100644 --- a/pages/API/toast/toast.uvue +++ b/pages/API/toast/toast.uvue @@ -3,17 +3,17 @@ - - - - + + + + - + - + - + {{exeRet}} diff --git a/pages/component/swiper/swiper.uvue b/pages/component/swiper/swiper.uvue new file mode 100644 index 00000000..5dd1eb65 --- /dev/null +++ b/pages/component/swiper/swiper.uvue @@ -0,0 +1,52 @@ + + + + diff --git a/pages/tabBar/API/API.uvue b/pages/tabBar/API/API.uvue index 1cc8f89b..49b6784c 100644 --- a/pages/tabBar/API/API.uvue +++ b/pages/tabBar/API/API.uvue @@ -218,14 +218,6 @@ url: "/platforms/app-plus/orientation/orientation", }, //#endif - //#ifdef APP-ANDROID - - { - name: "退出应用", - url: "quitApp", - enable: true - } - //#endif ] as Page[], }, { diff --git a/pages/tabBar/component/component.uvue b/pages/tabBar/component/component.uvue index b6589d59..00450e92 100644 --- a/pages/tabBar/component/component.uvue +++ b/pages/tabBar/component/component.uvue @@ -57,7 +57,7 @@ }, { name: 'swiper', - enable: false + enable: true }, // #ifndef MP-TOUTIAO || MP-LARK { -- GitLab