Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 4 years ago
parent
commit
5c12c4f3af
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/sign/signIn.vue

+ 2 - 2
src/xt_pages/sign/signIn.vue View File

232
                     this.websocketSend(obj)
232
                     this.websocketSend(obj)
233
                     setTimeout(() => { 
233
                     setTimeout(() => { 
234
                        this.queueInfo = {} 
234
                        this.queueInfo = {} 
235
-                    }, 10000);
235
+                    }, 60000);
236
                     
236
                     
237
                 }else if(res.channel == 'queue/queuelist'){
237
                 }else if(res.channel == 'queue/queuelist'){
238
                     console.log(11111111111,res.data)
238
                     console.log(11111111111,res.data)
317
         border-radius: 15px;
317
         border-radius: 15px;
318
     }
318
     }
319
     .signInMainLeft100{
319
     .signInMainLeft100{
320
-        width:99%;
320
+        width:100%;
321
         height: 980px;
321
         height: 980px;
322
         border-radius: 15px;
322
         border-radius: 15px;
323
     }
323
     }