Commit 24c9134e authored by xishifeng's avatar xishifeng Committed by hujun

经纪人详情成交列表楼盘图片显示处理

parent 57912ec0
......@@ -74,7 +74,7 @@ $(function() {
'3': '<span>'+item['price']+'</span>',
't2': (item['rent_type'] == 2?'%':(item['rent_type'] == 1?'元/月':'元/天/m²')),
'4': dealTags(item['shangpu_tags']),
'5': location.protocol+'//'+item['img'],
'5': item['img'],
'6': ServerHost + '/resource/image/pzz_.jpg'
});
});
......
......@@ -92,7 +92,7 @@ $(function() {
'3': item['created'],
'4': (item['receptiontime'] != ''||item['houserAddress'] != '')?(dealTimeKf(item['receptiontime'])+'在'+item['houserAddress']['address']+'看房'):'暂无看房数据',
'5': item['evaluate_content'],
'6': location.protocol+'//'+item['user_pic'],
'6': item['user_pic'],
'7': ServerHost+'/app/images/ic_default_headpic.png'
});
});
......
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