Commit 42ca3e2d authored by xishifeng's avatar xishifeng

经纪人详情,评论看房时间添加

parent 3ca68000
......@@ -167,7 +167,7 @@ $(function() {
'1': dealStar(item['evaluate_grade']),
'2': dealStarText(item['evaluate_grade']),
'3': item['created'],
'4': (item['receptiontime'] != ''||item['houserAddress'] != '')?(item['receptiontime']+'在'+item['houserAddress']['address']+'看房'):'暂无看房数据',
'4': (item['receptiontime'] != ''||item['houserAddress'] != '')?(item['receptiontime'].split('-')[0]+'-'+item['receptiontime'].split('-')[1]+'在'+item['houserAddress']['address']+'看房'):'暂无看房数据',
'5': item['evaluate_content'],
'6': location.protocol+'//'+item['user_pic'],
'7': ServerHost+'/app/images/ic_default_headpic.png'
......
......@@ -82,7 +82,7 @@ $(function() {
'1': dealStar(item['evaluate_grade']),
'2': dealStarText(item['evaluate_grade']),
'3': item['created'],
'4': (item['receptiontime'] != ''||item['houserAddress'] != '')?(item['receptiontime']+'在'+item['houserAddress']['address']+'看房'):'暂无看房数据',
'4': (item['receptiontime'] != ''||item['houserAddress'] != '')?(item['receptiontime'].split('-')[0]+'-'+item['receptiontime'].split('-')[1]+'在'+item['houserAddress']['address']+'看房'):'暂无看房数据',
'5': item['evaluate_content'],
'6': location.protocol+'//'+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