This commit is contained in:
xiaozhiyong
2024-04-18 16:49:56 +08:00
parent 2552af652f
commit 26d9e26c2f
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -461,7 +461,7 @@
} }
} else { } else {
uni.showToast({ uni.showToast({
title: '操作频繁', title: '操作频繁请5s后再试',
icon: 'none' icon: 'none'
}) })
this.isdisabled = false this.isdisabled = false