From d40bd40bdf60ce9ef69e8e3963c758ef071a425e Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Fri, 30 Jan 2026 16:09:02 +0800 Subject: [PATCH] 房山 优先本次费用支付 --- src/components/pay.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/pay.vue b/src/components/pay.vue index 6b68978..dec8d88 100644 --- a/src/components/pay.vue +++ b/src/components/pay.vue @@ -297,9 +297,9 @@ export default { console.log(this.sumHis) console.log(this.historyList.length); - if(this.historyList.length>0){ - this.currentTabActive = 1 - } + // if(this.historyList.length>0){ + // this.currentTabActive = 1 + // } this.loadingFlag = false }); -- libgit2 0.21.4