ソースを参照

付费规则调整

qymljy 2 年 前
コミット
db14914e29
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/homePage/index.vue

+ 1 - 1
src/views/homePage/index.vue

@@ -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+'天后到期,请尽快续费!'