|
|
@ -311,7 +311,7 @@ function successfun(responseText, statusText, xhr, form) {
|
|
|
|
if (update_info_log && update_info_log.async_update) {
|
|
|
|
if (update_info_log && update_info_log.async_update) {
|
|
|
|
//国际站使用异步更新缓存
|
|
|
|
//国际站使用异步更新缓存
|
|
|
|
$('#icht_async_modal').modal('show');
|
|
|
|
$('#icht_async_modal').modal('show');
|
|
|
|
$.get(update_info_log.async_update, function() {
|
|
|
|
$.get(update_info_log.async_update,{"r": new Date().getTime()}, function() {
|
|
|
|
$('#icht_async_msg_waiting').slideUp(400);
|
|
|
|
$('#icht_async_msg_waiting').slideUp(400);
|
|
|
|
$('#icht_async_msg_success').slideDown(400);
|
|
|
|
$('#icht_async_msg_success').slideDown(400);
|
|
|
|
});
|
|
|
|
});
|
|
|
|