From 63339f8016ff40c3d599b481dbf8725888d6e42e Mon Sep 17 00:00:00 2001 From: "@QQNZX" Date: Mon, 18 Dec 2023 09:22:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=B9=E7=AB=99=E5=B0=8F=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gasStation-uni/pages/my/my.vue | 13 +++++++++---- gasStation-uni/pagesHome/Activity/index.vue | 3 ++- gasStation-uni/pagesMy/VIP/vip.vue | 2 -- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/gasStation-uni/pages/my/my.vue b/gasStation-uni/pages/my/my.vue index ad83826db..11c1a125f 100644 --- a/gasStation-uni/pages/my/my.vue +++ b/gasStation-uni/pages/my/my.vue @@ -23,23 +23,23 @@ 储值余额 - {{cardBalance}}元 + {{cardBalance || 0 }}元 | 囤油升数 - {{refuelMoney[0].refuelMoney}}升 + {{refuelMoney[0].refuelMoney || 0 }}升 | 卡券 - {{cardsList.length}} + {{cardsList.length || 0 }} | 我的积分 - {{myPoints}} + {{myPoints || 0 }} @@ -406,11 +406,16 @@ .jg-box-title { font-size: 16px; color: #999999; + margin-bottom: 5px; } .jg-box-nmb { font-size: 12px; font-weight: bold; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } .box-centenr { diff --git a/gasStation-uni/pagesHome/Activity/index.vue b/gasStation-uni/pagesHome/Activity/index.vue index 4c9439e66..a1fb7dc02 100644 --- a/gasStation-uni/pagesHome/Activity/index.vue +++ b/gasStation-uni/pagesHome/Activity/index.vue @@ -199,6 +199,7 @@ box-sizing: border-box; padding: 0px 15px; padding-top: 40px; + z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999; .my-icons { width: 20px; @@ -208,4 +209,4 @@ position: fixed; top: 0px; } - + \ No newline at end of file diff --git a/gasStation-uni/pagesMy/VIP/vip.vue b/gasStation-uni/pagesMy/VIP/vip.vue index e03f73eed..3e8742450 100644 --- a/gasStation-uni/pagesMy/VIP/vip.vue +++ b/gasStation-uni/pagesMy/VIP/vip.vue @@ -37,8 +37,6 @@ {{item}} - -