优化代码

This commit is contained in:
wuxw 2022-08-26 01:56:27 +08:00
parent 0dbe1c2435
commit 4638387e0d

View File

@ -53,21 +53,22 @@
<view>{{couponAmount+ '元' }}</view>
</view>
</view>
<view class="cu-bar btn-group" style="margin-top: 30px;">
<view class="cu-bar btn-group" style="margin-top: 20upx;">
<button @click="onPayFee" :disabled="amount == 0"
class="cu-btn bg-green shadow-blur round lg">确认缴费</button>
</view>
<view class="cu-bar btn-group" style="margin-top: 30px;">
<view class="cu-bar btn-group" style="margin-top: 20upx;">
<button @click="onReQuery()"
class="cu-btn bg-grey shadow-blur round lg">重新查询</button>
</view>
</view>
<view class="temp-remark">
<view>临停缴费提示</view>
<view>1支付后请在15分钟内离场否则会产生新的停车费</view>
<view>2缴费前请仔细核对停车场停车时间支付金额</view>
</view>
</scroll-view>
<view class="temp-remark">
<view>临停缴费提示</view>
<view>1支付后请在15分钟内离场否则会产生新的停车费</view>
<view>2缴费前请仔细核对停车场停车时间支付金额</view>
</view>
</view>
</template>
@ -241,7 +242,7 @@
}
.fee-last {
margin-bottom: 200upx;
margin-bottom: 100upx;
}
.cu-btn.lgplus {