Commit 10a588ba authored by agping's avatar agping

删除退款 优化

parent 3e30acb0
......@@ -407,6 +407,7 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
dataType: 'json',
success: function(data) {
if(data.code == 200) {
refund.getList(refund.pageNo);
alert(data.msg);
} else {
alert(data.msg);
......
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