Commit ec91fcdc authored by clone's avatar clone

Merge branch 'test' into chat_0818

parents 7984c618 c5cd1d1f
...@@ -47,7 +47,7 @@ $(function() { ...@@ -47,7 +47,7 @@ $(function() {
$('#name_jingjiren').html(data['data']['realname']); $('#name_jingjiren').html(data['data']['realname']);
$('#time_ruzhi').html(data['data']['created']); $('#time_ruzhi').html(data['data']['created']);
$('#name_store').html(data['data']['sub_shopname']); $('#name_store').html(data['data']['sub_shopname']);
$('.portrait-area>img').attr('src', data['data']['head_portrait']); $('.portrait-area>div>img').attr('src', data['data']['head_portrait']);
var _fenNum = parseInt(Number(data['data']['evaluate_grade'])); var _fenNum = parseInt(Number(data['data']['evaluate_grade']));
var _pingNum = Number(data['data']['evaluate_num']) > 99 ? '99+' : Number(data['data']['evaluate_num']); var _pingNum = Number(data['data']['evaluate_num']) > 99 ? '99+' : Number(data['data']['evaluate_num']);
$('#pingjia_fen').html(_fenNum); $('#pingjia_fen').html(_fenNum);
...@@ -177,7 +177,7 @@ $(function() { ...@@ -177,7 +177,7 @@ $(function() {
'3': item['created'], '3': item['created'],
'4': (item['receptiontime'] != ''||item['houserAddress'] != '')?(dealTimeKf(item['receptiontime'])+'在'+item['houserAddress']['address']+'看房'):'暂无看房数据', '4': (item['receptiontime'] != ''||item['houserAddress'] != '')?(dealTimeKf(item['receptiontime'])+'在'+item['houserAddress']['address']+'看房'):'暂无看房数据',
'5': item['evaluate_content'], '5': item['evaluate_content'],
'6': location.protocol+'//'+item['user_pic'], '6': item['user_pic'],
'7': ServerHost+'/app/images/ic_default_headpic.png' '7': ServerHost+'/app/images/ic_default_headpic.png'
}); });
}; };
...@@ -199,7 +199,7 @@ $(function() { ...@@ -199,7 +199,7 @@ $(function() {
'2': dealScale(item), '2': dealScale(item),
'3': item['price'], '3': item['price'],
'4': dealTags(item['shangpu_tags']), '4': dealTags(item['shangpu_tags']),
'5': location.protocol+'//'+item['img'], '5': item['img'],
'6': ServerHost+'/resource/image/pzz_.jpg' '6': ServerHost+'/resource/image/pzz_.jpg'
}); });
}; };
......
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