JS:layer.js實現loading:訂單匯入中
阿新 • • 發佈:2018-11-11
1.引入
<script src="${pageContext.request.contextPath}/core/js/layer/layer.js"></script>
- 使用
$("#importYz").click(function () { layer.msg("開始匯入有贊商城訂單..."); $.ajax({ type: "POST", url: "/manage/order/createYZOrder", dataType: "json", success: function (data) { if (data.res == 1) { layer.msg("匯入有贊商城訂單完成"); $("#orderTable").dataTable().fnDraw(true); } } }); });
3.演示
匯入中
匯入完成