Commit ed97ea09 by zujiaozhang

'修复肺癌测试论坛bug'

parent 78cf55c2
{
"liveServer.settings.port": 5501
}
\ No newline at end of file
......@@ -166,7 +166,7 @@ define(['zepto', 'medtap'], function($, medtap) {
var picUrl = list[i].picUrls || '';
//单张
if (picUrl.length != 0 && picUrl.length < 2) {
str += '<div class="list_item" data-id="' + list[i].id + '">' +
str += '<div class="list_item" data-id="' + list[i].publishId + '">' +
'<div class="list_item_header clearfix">' +
'<img src="' + list[i].profile + '" class="user_profile">' +
'<div class="user_info">' +
......@@ -254,7 +254,7 @@ define(['zepto', 'medtap'], function($, medtap) {
'</div>' +
'</div>';
} else {
str += '<div class="list_item" data-id="' + list[i].id + '">' +
str += '<div class="list_item" data-id="' + list[i].publishId + '">' +
'<div class="list_item_header clearfix">' +
'<img src="' + list[i].profile + '" class="user_profile">' +
'<div class="user_info">' +
......
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