master
yixian 3 years ago
parent dfe3bab0f4
commit 6e8608209d

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

Loading…
Cancel
Save