Commit 5a27b885 by agan

修改bug

parent 36ece9a4
Showing with 2 additions and 2 deletions
......@@ -253,8 +253,8 @@
console.log('獲取貼文列表', data)
var html = [];
html += '<div class="grap-name-box">';
html += '<img class="grap-user-face" src="https://zhibocdn.yabolive.net/comm' + data.dataList[sessionStorage.topicId].face + '?x-oss-process=image/resize,w_80" alt="">';
html += '<p class="grap-name-p1">' + data.dataList[sessionStorage.topicId].nickname + '</p>';
html += '<img class="grap-user-face" src="https://zhibocdn.yabolive.net/comm' + data.dataList[sessionStorage.topicId - 1].face + '?x-oss-process=image/resize,w_80" alt="">';
html += '<p class="grap-name-p1">' + data.dataList[sessionStorage.topicId - 1].nickname + '</p>';
html += '<p class="grap-name-p2">20220614 18:54</p>';
html += '<a href="download/download.html"><div class="grap-like">追蹤</div></a>';
html += '</div>';
......
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 sign in to comment