Commit 5f56d445 authored by duxinyuan's avatar duxinyuan

退款成功

parent dc0d5184
...@@ -302,6 +302,9 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi ...@@ -302,6 +302,9 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
$('.turnback').hide(); $('.turnback').hide();
} else if (data.data.status == 2) { } else if (data.data.status == 2) {
str = '退款成功' str = '退款成功'
$('.pass').hide();
$('.turnback').hide();
$('.fail').hide();
} else if (data.data.status == 3) { } else if (data.data.status == 3) {
str = '已审核' str = '已审核'
$('.pass').hide(); $('.pass').hide();
......
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