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 });