Commit be085a00 authored by duxinyuan's avatar duxinyuan

1

parent 18f4ea64
......@@ -310,6 +310,8 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
str = '驳回'
} else {
str = '审核中'
$('.pass').show();
$('.turnback').hide();
}
$('#chech_status').text(str);
var img = data.data.img ;
......
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