From 379155a673d7b29f4df86a5645668e24230f1b2b Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Mon, 21 Oct 2024 14:25:39 +0800 Subject: [PATCH 1/3] =?UTF-8?q?1.=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 8 ++++---- components/diy/modules/tabs-view.vue | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/App.vue b/App.vue index 2cc8131a..5b0f39eb 100644 --- a/App.vue +++ b/App.vue @@ -7,12 +7,12 @@ data: { // 基础配置 // 数据接口请求地址 - request_url: 'http://shopxo.com/', - // request_url:'https://new.shopxo.vip/', + // request_url: 'http://shopxo.com/', + request_url:'https://new.shopxo.vip/', // 静态资源地址(如系统根目录不在public目录下面请在静态地址后面加public目录、如:https://d1.shopxo.vip/public/) - static_url: 'http://shopxo.com/', - // static_url:'https://new.shopxo.vip/', + // static_url: 'http://shopxo.com/', + static_url:'https://new.shopxo.vip/', // 系统类型(默认default、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立) system_type: 'default', diff --git a/components/diy/modules/tabs-view.vue b/components/diy/modules/tabs-view.vue index 7c2a4f8a..d005d8ea 100644 --- a/components/diy/modules/tabs-view.vue +++ b/components/diy/modules/tabs-view.vue @@ -17,7 +17,7 @@ - + @@ -333,4 +333,7 @@ width: 20%; padding: 20rpx 0; } + .pb-8 { + padding-bottom: 16rpx !important; + } From a545392f507d4e47ea634227f14e9c9a016951a2 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Mon, 21 Oct 2024 15:20:06 +0800 Subject: [PATCH 2/3] =?UTF-8?q?1.=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/modules/tabs-view.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/components/diy/modules/tabs-view.vue b/components/diy/modules/tabs-view.vue index d005d8ea..53ba9918 100644 --- a/components/diy/modules/tabs-view.vue +++ b/components/diy/modules/tabs-view.vue @@ -17,7 +17,7 @@ - + @@ -207,9 +207,9 @@ From 8010cc8c9e20d45be8a771a386092e4da007b9b2 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Mon, 21 Oct 2024 15:37:50 +0800 Subject: [PATCH 3/3] =?UTF-8?q?1.=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/modules/tabs-view.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/diy/modules/tabs-view.vue b/components/diy/modules/tabs-view.vue index 53ba9918..24466935 100644 --- a/components/diy/modules/tabs-view.vue +++ b/components/diy/modules/tabs-view.vue @@ -10,7 +10,7 @@ {{ item.title }} {{ item.desc }} - + @@ -240,7 +240,7 @@ } .icon { position: absolute; - bottom: 0; + bottom: -6rpx; text-align: center; font-size: 40rpx; display: none;