提交 6a3dc480 编写于 作者: Skyeye云's avatar Skyeye云

解决订单同步提交界面卡住的问题

上级 fcaf1605
...@@ -258,7 +258,7 @@ layui.config({ ...@@ -258,7 +258,7 @@ layui.config({
} else { } else {
winui.window.msg(json.returnMessage, {icon: 2, time: 2000}); winui.window.msg(json.returnMessage, {icon: 2, time: 2000});
} }
}}); }, async: true});
} }
//判断选中的商品是否也在数组中 //判断选中的商品是否也在数组中
......
...@@ -317,7 +317,7 @@ layui.config({ ...@@ -317,7 +317,7 @@ layui.config({
} else { } else {
winui.window.msg(json.returnMessage, {icon: 2, time: 2000}); winui.window.msg(json.returnMessage, {icon: 2, time: 2000});
} }
}}); }, async: true});
} }
//判断选中的商品是否也在数组中 //判断选中的商品是否也在数组中
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册