充值记录
This commit is contained in:
parent
c86397d612
commit
ba0c5935ac
@ -9,7 +9,8 @@
|
|||||||
<view class="dis-box">
|
<view class="dis-box">
|
||||||
<view class="dis">
|
<view class="dis">
|
||||||
<view class="touxiang" @click="goSetup">
|
<view class="touxiang" @click="goSetup">
|
||||||
<image v-if="user.avatar!='' && user.avatar!=null && user.avatar!=undefined" :src="baseUrl + user.avatar" mode=""></image>
|
<image v-if="user.avatar!='' && user.avatar!=null && user.avatar!=undefined"
|
||||||
|
:src="baseUrl + user.avatar" mode=""></image>
|
||||||
<image v-else src="../../static/imgs/myx.png" mode=""></image>
|
<image v-else src="../../static/imgs/myx.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="">
|
<view class="">
|
||||||
@ -29,7 +30,7 @@
|
|||||||
<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 || 0 }}升</view>
|
<view class="jg-box-nmb">{{refuelMoney[0].refuelMoney || 0 }}L</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<text style="color: #999999;">|</text>
|
<text style="color: #999999;">|</text>
|
||||||
@ -195,7 +196,8 @@
|
|||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data != null && res.data != "" && res.data != undefined) {
|
if (res.data != null && res.data != "" && res.data != undefined) {
|
||||||
this.user = res.data
|
this.user = res.data
|
||||||
this.user.mobile = res.data.mobile.slice(0,3) + "****" + res.data.mobile.slice(res.data.mobile.length-5,res.data.mobile.length-1)
|
this.user.mobile = res.data.mobile.slice(0, 3) + "****" + res.data.mobile.slice(res.data
|
||||||
|
.mobile.length - 5, res.data.mobile.length - 1)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user