qymljy %!s(int64=2) %!d(string=hai) anos
pai
achega
56c476ddc5
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      src/views/homePage/index.vue

+ 3 - 2
src/views/homePage/index.vue

@@ -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(){