Commit c2aa4429 authored by duxinyuan's avatar duxinyuan

1

parent aac5e26f
...@@ -308,8 +308,11 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi ...@@ -308,8 +308,11 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
$('.turnback').show(); $('.turnback').show();
} else if (data.data.status == 4) { } else if (data.data.status == 4) {
str = '驳回' str = '驳回'
$('.pass').hide();
$('.turnback').hide();
$('.fail').hide();
} else { } else {
str = '审核中' str = '申请中'
$('.pass').show(); $('.pass').show();
$('.turnback').hide(); $('.turnback').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