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}} - -