From a0b4bbb53afc9ffd4a9f460d10ee5dc3cb6b4ea2 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 14 四月 2021 10:35:27 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/order/order.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js index c0bbbaf..c7644d6 100644 --- a/src/main/webapp/static/js/order/order.js +++ b/src/main/webapp/static/js/order/order.js @@ -105,7 +105,7 @@ insTb.reload(); } else if (res.code === 403){ top.location.href = baseUrl+"/"; - }else { + } else { layer.msg(res.msg, {icon: 2}); } } -- Gitblit v1.9.1