记得上下班打卡 | git大法好,push需谨慎

Commit 50a61603 authored by jiangxiulong's avatar jiangxiulong

退款申请 code

parent 172889fa
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
$.modal.loading("正在查询订单,请稍后..."); $.modal.loading("正在查询订单,请稍后...");
}, },
success: function (result) { success: function (result) {
if (result.status > 0) { if (result.code > 0) {
$.modal.closeLoading(); $.modal.closeLoading();
layer.msg(result.msg); layer.msg(result.msg);
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment