|
|
@ -55,7 +55,7 @@ |
|
|
|
共享企业余额 |
|
|
|
共享企业余额 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<text |
|
|
|
<text |
|
|
|
class="text-grey">单日加油额度:{{cardList[cardCur].orderAmountToplimit}}元;单日加油升数额度:{{cardList[cardCur].orderVolumeToplimit}}L</text> |
|
|
|
class="text-grey">单次加油额度:{{cardList[cardCur].orderAmountToplimit || ''}}{{cardList[cardCur].orderAmountToplimit?'元': '无限制'}};单次加油升数额度:{{cardList[cardCur].orderVolumeToplimit || ''}}{{cardList[cardCur].orderVolumeToplimit ? 'L' : '无限制'}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="text-center padding"> |
|
|
|
<view class="text-center padding"> |
|
|
|
<!-- <view class="text-red text-bold text-lg"> |
|
|
|
<!-- <view class="text-red text-bold text-lg"> |
|
|
@ -90,7 +90,7 @@ |
|
|
|
<uni-load-more :status="loadStatus"></uni-load-more> |
|
|
|
<uni-load-more :status="loadStatus"></uni-load-more> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<transBlcok ref="transBlcok" @reloadCard="getCards"/> |
|
|
|
<transBlcok ref="transBlcok" @reloadCard="getCards" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
@ -411,4 +411,4 @@ |
|
|
|
.opacity-half { |
|
|
|
.opacity-half { |
|
|
|
opacity: 0.2; |
|
|
|
opacity: 0.2; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |