油站小程序

This commit is contained in:
@QQNZX 2023-12-18 09:22:30 +08:00
parent ad65f4e8df
commit 63339f8016
3 changed files with 11 additions and 7 deletions

View File

@ -23,23 +23,23 @@
<view class="my-top-box">
<view class="jg-box" @click="gomony()">
<view class="jg-box-title">储值余额</view>
<view class="jg-box-nmb">{{cardBalance}}</view>
<view class="jg-box-nmb">{{cardBalance || 0 }}</view>
</view>
<text style="color: #999999;">|</text>
<view class="jg-box" @click="gooil()">
<view class="jg-box-title">囤油升数</view>
<view class="jg-box-nmb">{{refuelMoney[0].refuelMoney}}</view>
<view class="jg-box-nmb">{{refuelMoney[0].refuelMoney || 0 }}</view>
</view>
<text style="color: #999999;">|</text>
<view class="jg-box" @click="toCoupons">
<view class="jg-box-title">卡券</view>
<view class="jg-box-nmb">{{cardsList.length}}</view>
<view class="jg-box-nmb">{{cardsList.length || 0 }}</view>
</view>
<text style="color: #999999;">|</text>
<view class="jg-box" style="border: none;" @click="gointegral()">
<view class="jg-box-title">我的积分</view>
<view class="jg-box-nmb">{{myPoints}}</view>
<view class="jg-box-nmb">{{myPoints || 0 }}</view>
</view>
</view>
</view>
@ -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 {

View File

@ -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;
}
</style>
</style>

View File

@ -37,8 +37,6 @@
</view>
<view class="mu_">{{item}}</view>
</view>
</view>
</view>
</swiper-item>