优化停车劵

This commit is contained in:
java110 2022-10-17 19:25:53 +08:00
parent dc07540afd
commit dbc98d1b0c

View File

@ -54,8 +54,10 @@
</view>
</view>
<view class="cu-bar btn-group" style="margin-top: 20upx;">
<button @click="onPayFee" :disabled="amount == 0"
<button @click="onPayFee" v-if="amount > 0"
class="cu-btn bg-green shadow-blur round lg">确认缴费</button>
<button @click="onPayFee" v-else="amount == 0"
class="cu-btn bg-green shadow-blur round lg">确认开门</button>
</view>
<view class="cu-bar btn-group" style="margin-top: 20upx;">
<button @click="onReQuery()"