master
yixian 4 years ago
parent 6e8608209d
commit 2c97886439

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

Loading…
Cancel
Save