|
@@ -111,7 +111,7 @@ export default {
|
|
|
"content": {},
|
|
|
})
|
|
|
this.nowAccount = res.data[0]
|
|
|
- if (res.data.length > 1){
|
|
|
+ if (res.data.length > 0){
|
|
|
|
|
|
this.dialogVisible = true
|
|
|
this.contentMsg = '【'+res.data[0].partitionname+'】将在'+res.data[0].days+'天后到期,请尽快续费!'
|