油站小程序
This commit is contained in:
parent
ad65f4e8df
commit
63339f8016
@ -23,23 +23,23 @@
|
|||||||
<view class="my-top-box">
|
<view class="my-top-box">
|
||||||
<view class="jg-box" @click="gomony()">
|
<view class="jg-box" @click="gomony()">
|
||||||
<view class="jg-box-title">储值余额</view>
|
<view class="jg-box-title">储值余额</view>
|
||||||
<view class="jg-box-nmb">{{cardBalance}}元</view>
|
<view class="jg-box-nmb">{{cardBalance || 0 }}元</view>
|
||||||
</view>
|
</view>
|
||||||
<text style="color: #999999;">|</text>
|
<text style="color: #999999;">|</text>
|
||||||
<view class="jg-box" @click="gooil()">
|
<view class="jg-box" @click="gooil()">
|
||||||
<view class="jg-box-title">囤油升数</view>
|
<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>
|
</view>
|
||||||
|
|
||||||
<text style="color: #999999;">|</text>
|
<text style="color: #999999;">|</text>
|
||||||
<view class="jg-box" @click="toCoupons">
|
<view class="jg-box" @click="toCoupons">
|
||||||
<view class="jg-box-title">卡券</view>
|
<view class="jg-box-title">卡券</view>
|
||||||
<view class="jg-box-nmb">{{cardsList.length}}</view>
|
<view class="jg-box-nmb">{{cardsList.length || 0 }}</view>
|
||||||
</view>
|
</view>
|
||||||
<text style="color: #999999;">|</text>
|
<text style="color: #999999;">|</text>
|
||||||
<view class="jg-box" style="border: none;" @click="gointegral()">
|
<view class="jg-box" style="border: none;" @click="gointegral()">
|
||||||
<view class="jg-box-title">我的积分</view>
|
<view class="jg-box-title">我的积分</view>
|
||||||
<view class="jg-box-nmb">{{myPoints}}</view>
|
<view class="jg-box-nmb">{{myPoints || 0 }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -406,11 +406,16 @@
|
|||||||
.jg-box-title {
|
.jg-box-title {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jg-box-nmb {
|
.jg-box-nmb {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.box-centenr {
|
.box-centenr {
|
||||||
|
@ -199,6 +199,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0px 15px;
|
padding: 0px 15px;
|
||||||
padding-top: 40px;
|
padding-top: 40px;
|
||||||
|
z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
|
||||||
|
|
||||||
.my-icons {
|
.my-icons {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
@ -37,8 +37,6 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="mu_">{{item}}</view>
|
<view class="mu_">{{item}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
|
Loading…
Reference in New Issue
Block a user