Commit b5b35b55 authored by duxinyuan's avatar duxinyuan

调整详情

parent 3c1d9507
...@@ -226,7 +226,7 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', ' ...@@ -226,7 +226,7 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', '
$('#after_house_addr').text(data.adjustment[0].internal_address); $('#after_house_addr').text(data.adjustment[0].internal_address);
$('#after_into_date').text(data.adjustment[0].income_time); $('#after_into_date').text(data.adjustment[0].income_time);
$('#after_into_type').text(data.adjustment[0].type); $('#after_into_type').text(data.adjustment[0].type);
$('#after_into_price').text(data.adjustment[0].money); $('#after_into_price').text(data.money);
}, },
/** /**
......
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