更新
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
共享企业余额
|
||||
</view>
|
||||
<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 class="text-center padding">
|
||||
<!-- <view class="text-red text-bold text-lg">
|
||||
|
||||
@@ -461,7 +461,7 @@
|
||||
}
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: '操作频繁',
|
||||
title: '操作频繁,请5s后再试',
|
||||
icon: 'none'
|
||||
})
|
||||
this.isdisabled = false
|
||||
|
||||
Reference in New Issue
Block a user