|
|
@ -25,6 +25,7 @@ $(function () {
|
|
|
|
if (msg.success) {
|
|
|
|
if (msg.success) {
|
|
|
|
location.href = './result'
|
|
|
|
location.href = './result'
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
|
|
|
|
ctrl.pending = false;
|
|
|
|
$errorMsgBox.text('[' + evt.errCode + ']' + evt.errMsg).show();
|
|
|
|
$errorMsgBox.text('[' + evt.errCode + ']' + evt.errMsg).show();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$('.threeds-container').addClass('hide');
|
|
|
|
$('.threeds-container').addClass('hide');
|
|
|
|