Commit 97105d7d by 朱继来

调整

parent af471ec5
Showing with 1 additions and 1 deletions
......@@ -100,7 +100,7 @@ layui.use(['form', 'table', 'laydate'], function(){
$('.ali_customer_name').val(data.customer_name);
$('.ali_refund_account').val(data.refund_account);
} else if (data.refund_type == 2) { // 银行
} else if (data.refund_type == 3) { // 银行
$('.bank-info').show();
$('.bank_customer_name').val(data.customer_name);
......
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 sign in to comment