@@ -115,7 +115,7 @@
this.$http.put(`/trade/address/delete/${this.saveId.id}`)
.then(() => {
this.showLogout = false
- if (this.saveId.active === 0) {
+ if (this.saveId.active === 0 && this.addressList.length > 1) {
this.setActiveClick(this.addressList[1].id)
} else {
this.initList()