master
yixian 4 years ago
parent 6e8608209d
commit 2c97886439

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

Loading…
Cancel
Save