From f638418345ab090cdc8832018f70458a3207f214 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 15 Nov 2024 09:03:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B0=8F=E6=97=B6=E6=95=B0?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AppHourSale.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/AppHourSale.vue b/src/views/AppHourSale.vue index b9e9ca3..41a2b51 100644 --- a/src/views/AppHourSale.vue +++ b/src/views/AppHourSale.vue @@ -97,7 +97,7 @@ export default { }, handleSta({hour}) { this.handleMouseout() - const hourNum = Number(hour?.substring(0, 2) || -1) + const hourNum = Number(hour?.substring(0, 2) || -2) + 1 this.$set(this.$marketBoard, 'saleHour', hourNum < this.search.hourNum ? hourNum : undefined) const rowIndex = this.tableData.findIndex(e => e.hour == hour) const v = this