see999 4 년 전
부모
커밋
c1d2cda799
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/xt_pages/sign/components/called.vue
  2. 1 1
      src/xt_pages/sign/signIn.vue

+ 1 - 1
src/xt_pages/sign/components/called.vue 파일 보기

@@ -83,7 +83,7 @@ export default {
83 83
         padding: 9px 0;
84 84
         margin: 0 15px 15px 0;
85 85
         float: left;
86
-        width: 360px;
86
+        width: 400px;
87 87
         cursor: pointer;
88 88
         display: flex;
89 89
         justify-content: space-between;

+ 1 - 1
src/xt_pages/sign/signIn.vue 파일 보기

@@ -211,7 +211,7 @@ export default {
211 211
         // this.updateTime();
212 212
         this.newTimes = setInterval(() => {
213 213
             this.reload()
214
-        }, 1000 * 60 * 30);
214
+        }, 1000 * 60 * 3);
215 215
     },
216 216
     beforeDestroy(){
217 217
         clearInterval(this.timer);  // 清除定时器