|
@@ -146,7 +146,7 @@ var app = new Vue({
|
|
|
if(res.code == 'success'){
|
|
if(res.code == 'success'){
|
|
|
$.showLoading(res.message);
|
|
$.showLoading(res.message);
|
|
|
var url = res.data.url;
|
|
var url = res.data.url;
|
|
|
- consoel.log(res.data)
|
|
|
|
|
|
|
+ console.log(res.data)
|
|
|
if(typeof(url) != 'undefined' && url){
|
|
if(typeof(url) != 'undefined' && url){
|
|
|
setTimeout(function(){
|
|
setTimeout(function(){
|
|
|
location.href = url;
|
|
location.href = url;
|