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