|
@@ -112,11 +112,12 @@ export default {
|
|
|
})
|
|
|
this.nowAccount = res.data[0]
|
|
|
if (res.data.length > 0){
|
|
|
-
|
|
|
this.dialogVisible = true
|
|
|
this.contentMsg = '【'+res.data[0].partitionname+'】将在'+res.data[0].days+'天后到期,请尽快续费!'
|
|
|
}else {
|
|
|
- this.queryReminder()
|
|
|
+ if (this.type[0].usertype != '22'){
|
|
|
+ this.queryReminder()
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
queryNext(){
|