From c5d0bb0bfcad7253c8400a9b44e97e0d4d5d874b Mon Sep 17 00:00:00 2001 From: caolc <572275724@qq.com> Date: Thu, 15 Dec 2022 10:05:40 +0800 Subject: [PATCH] 123 --- .../pages/components/price-select-tab.vue | 60 +++++++++---------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/BagStation/pages/components/price-select-tab.vue b/BagStation/pages/components/price-select-tab.vue index c2f734a..3c49640 100644 --- a/BagStation/pages/components/price-select-tab.vue +++ b/BagStation/pages/components/price-select-tab.vue @@ -648,14 +648,14 @@ checkInfo(){ console.log(this.radio) this.tsetPlate(this.plateNumber ? this.plateNumber : this.plateNumberSel) - if (!this.testPlateResult) { - this.plateNumber='' - uni.showToast({ - title: '车牌号校验不通过,自动将其置空,不影响加油', - icon: 'none' - }) - // return false - } + // if (!this.testPlateResult) { + // this.plateNumber='' + // uni.showToast({ + // title: '车牌号校验不通过,自动将其置空,不影响加油', + // icon: 'none' + // }) + // // return false + // } if (this.radio==null||!this.oilSitePriceDetailsVo[this.radio].priceId) { uni.showToast({ icon: 'none', @@ -663,13 +663,13 @@ }) return false } - if (!(this.plateNumber ? this.plateNumber : this.plateNumberSel)) { - uni.showToast({ - icon: 'none', - title: '未选择加油车牌' - }) - // return false - } + // if (!(this.plateNumber ? this.plateNumber : this.plateNumberSel)) { + // uni.showToast({ + // icon: 'none', + // title: '未选择加油车牌' + // }) + // // return false + // } if (!this.oilBar) { uni.showToast({ icon: 'none', @@ -807,14 +807,14 @@ beforeMake() { console.log(this.radio,'beforeMake') this.tsetPlate(this.plateNumber ? this.plateNumber : this.plateNumberSel) - if (!this.testPlateResult) { - this.plateNumber='' - uni.showToast({ - title: '车牌号校验不通过,自动将其置空,不影响加油', - icon: 'none' - }) - // return false - } + // if (!this.testPlateResult) { + // this.plateNumber='' + // uni.showToast({ + // title: '车牌号校验不通过,自动将其置空,不影响加油', + // icon: 'none' + // }) + // // return false + // } if (this.radio==null||!this.oilSitePriceDetailsVo[this.radio].priceId) { uni.showToast({ icon: 'none', @@ -822,13 +822,13 @@ }) return false } - if (!(this.plateNumber ? this.plateNumber : this.plateNumberSel)) { - uni.showToast({ - icon: 'none', - title: '未选择加油车牌' - }) - // return false - } + // if (!(this.plateNumber ? this.plateNumber : this.plateNumberSel)) { + // uni.showToast({ + // icon: 'none', + // title: '未选择加油车牌' + // }) + // // return false + // } if (!this.oilBar) { uni.showToast({ icon: 'none',