Skip to content

Commit 1f66c57

Browse files
committed
修正用户收藏的话题页面,页码链接不正确问题
1 parent 610c001 commit 1f66c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/user/collect_topics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</div>
1111
<div class='inner'>
1212
<% if (topics.length > 0) { %>
13-
<%- partial('topic/list', { topics: topics, pages: pages, current_pages: current_page, base: '/my/topics' }) %>
13+
<%- partial('topic/list', { topics: topics, pages: pages, current_pages: current_page, base: '/user/' + user.name + '/collections' }) %>
1414
<% } else { %>
1515
<p>找不到话题 (T_T)</p>
1616
<% } %>

0 commit comments

Comments
 (0)