XiaBx 2 年之前
父节点
当前提交
530fd1028d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/view/Login.vue

+ 2 - 2
src/view/Login.vue

@@ -83,7 +83,7 @@ export default {
       countTime: "",
       isGoToLogin: false,
       timer: null,
-      send:false
+      send: false
     };
   },
   mounted() {
@@ -98,7 +98,7 @@ export default {
     },
     //点击获取二维码
     async getCode() {
-      if(this.send) return false;
+      if (this.send) return false;
       const signData = {
         phone: this.phone,
         timestamp: parseInt(new Date().valueOf() / 1000),