From 8166cc9a1bd6457254830200c7ba9df723fb9542 Mon Sep 17 00:00:00 2001 From: "@QQNZX" Date: Tue, 5 Mar 2024 10:06:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pagesHome/oilRecharge/oilRecharge.vue | 51 ++++++++++--------- 1 file changed, 28 insertions(+), 23 deletions(-) diff --git a/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue b/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue index 397f11e75..59a47ac4a 100644 --- a/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue +++ b/gasStation-uni/pagesHome/oilRecharge/oilRecharge.vue @@ -9,29 +9,31 @@ - + {{item.discountActiveDescribe || ''}} - + + 自定义金额 - + - + @@ -207,6 +209,7 @@ text: '', fringeBenefit: "", giftBalance: "", + balance: '', rechargeBalance: "", incomeLitres: "", lockupPrice: "", @@ -220,13 +223,10 @@ columns: [], actList: [], taplist: [{ - title: '储值充值' + title: '金额选项' }, { - title: '囤油充值' - }, - { - title: '礼品卡兑换' + title: '自定义金额' }, ], @@ -406,7 +406,7 @@ chainStoreId: this.chainStoreId, cardFavorableId: this.cardFavorableId, cardRecordId: this.cardRecordId, - rechargeBalance: this.rechargeBalance, + balance: this.balance, types: this.types }, @@ -542,13 +542,14 @@ this.actindex = index }, getindex(index) { - this.actinput = index - if (index == 0) { - this.getValueCars(); - } - if (index == 1) { - this.getFuelCars(); - } + // this.actinput = index + this.types = index + // if (index == 0) { + // this.getValueCars(); + // } + // if (index == 1) { + // this.getFuelCars(); + // } }, goback() { uni.navigateBack() @@ -692,7 +693,7 @@ } .box-tap { - width: 33%; + width: 50%; text-align: center; } @@ -841,5 +842,9 @@ margin: 10px auto; font-size: 14px; color: #f40000; + box-sizing: border-box; + padding: 5px; + border-radius: 6px; + background: #f4f5f6; } \ No newline at end of file