@@ -33,14 +33,13 @@
// console.log('otp: ');
// console.log(otp);
let userid = '';
-
+ let that = this;
if (otp === null) {
// no-otp
Toast.fail('链接失效!请回到公众号重新获取链接');
that.$router.push('warning');
return;
}
- let that = this;
BasicFunction.get_data("ajaxotplogin?otp=" + otp.toString(), function (response) {
// console.log("------ User Info login --------");
// console.log(response);