...
|
...
|
@@ -54,14 +54,7 @@ $btnSure.on('touchstart', function() { |
|
|
location.href = data.data;
|
|
|
}, 1000);
|
|
|
} else {
|
|
|
if (data.code === 401 || data.code === 404 || data.code === 505) {
|
|
|
showErrTip(data.message);
|
|
|
} else {
|
|
|
showErrTip(data.message);
|
|
|
setTimeout(function() {
|
|
|
location.href = data.data;
|
|
|
}, 1000);
|
|
|
}
|
|
|
showErrTip(data.message);
|
|
|
}
|
|
|
}
|
|
|
});
|
...
|
...
|
|