소스 검색

付费规则调整

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