From 36061c1f81c86d043175779b7fa3a83ebbf80634 Mon Sep 17 00:00:00 2001 From: "Albert.Z" Date: Tue, 7 May 2024 22:01:30 +0800 Subject: [PATCH] Update oploadexcelorder.html --- Themes/Seller/Order/oploadexcelorder.html | 51 +++++++++-------------- 1 file changed, 20 insertions(+), 31 deletions(-) diff --git a/Themes/Seller/Order/oploadexcelorder.html b/Themes/Seller/Order/oploadexcelorder.html index 6fde47dd..d37ab55f 100644 --- a/Themes/Seller/Order/oploadexcelorder.html +++ b/Themes/Seller/Order/oploadexcelorder.html @@ -288,37 +288,26 @@ }) function load_next_updata() { - $.post(' $type, ' - cache_key - ' => $cache_key)); ?>', function (ret) { - if (ret.code == 0) { - //msg update_content - $('#update_content').prepend("

" + ret.msg + "

"); - $('#update_content').scrollTop(0); - setTimeout(function () { - load_next_updata(); - }, 300); - } else if (ret.code == 2) { - - layer.msg('更新完成!', { - time: 1000, - end: function () { - location.href = ""; - } - }); - - - } else { - alert(ret.msg); - - } - }, 'json' - ) - ; + $.post(' $type, 'cache_key' => $cache_key)); ?>', function (ret) { + if (ret.code == 0) { + //msg update_content + $('#update_content').prepend("

" + ret.msg + "

"); + $('#update_content').scrollTop(0); + setTimeout(function () { + load_next_updata(); + }, 300); + } else if (ret.code == 2) { + + layer.msg('更新完成!', { + time: 1000, + end: function () { + location.href = ""; + } + }); + } else { + alert(ret.msg); + } + }, 'json'); }