@@ -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),