Commit be4057ac authored by agping's avatar agping

评价

parent 3d0d386b
......@@ -2297,11 +2297,11 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs
// 成交评价
getEvaluationList: function(){
var params = {
'report_id': bargain.report_id_liu
'bargain_id': bargain.bargain_id
};
$.ajax({
type: 'GET',
url: '/index/getActivityCoupon',
url: '/index/getEvaluat',
data: params,
timeout: 30000,
dataType: 'json',
......
......@@ -253,16 +253,16 @@
[% if(it&&it.length!=0) { %]
[% for(var item in it){ %]
<tr class="text-center">
<td>[%= it[item]['user_type'] %]</td>
<td>[%= it[item]['money'] %]</td>
<td>[%= it[item]['title'] %]</td>
<td>[%= it[item]['validity'] %]</td>
<td>[%= it[item]['id'] %]</td>
<td>[%= it[item]['create_time'] %]</td>
<td>[%= it[item]['user_id'] %]</td>
<td>[%= it[item]['order_id'] %]</td>
<td>[%= it[item]['grade_string'] %]</td>
<td>[%= it[item]['evaluate_content'] %]</td>
</tr>
[% } %]
[% }else{ %]
<tr>
<td colspan="14" style="text-align:center;">暂无数据</td>
<td colspan="14" style="text-align:center;">无成交评价</td>
</tr>
[% } %]
</script>
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