Commit d40bd40bdf60ce9ef69e8e3963c758ef071a425e
1 parent
783fc946
房山 优先本次费用支付
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/pay.vue
| ... | ... | @@ -297,9 +297,9 @@ export default { |
| 297 | 297 | console.log(this.sumHis) |
| 298 | 298 | console.log(this.historyList.length); |
| 299 | 299 | |
| 300 | - if(this.historyList.length>0){ | |
| 301 | - this.currentTabActive = 1 | |
| 302 | - } | |
| 300 | + // if(this.historyList.length>0){ | |
| 301 | + // this.currentTabActive = 1 | |
| 302 | + // } | |
| 303 | 303 | this.loadingFlag = false |
| 304 | 304 | |
| 305 | 305 | }); | ... | ... |