博客动态回复显示:“展开更多”、“收起回复”点击无反应
This commit is contained in:
parent
f87e335acf
commit
5f04baf572
|
@ -3559,7 +3559,7 @@ class UsersController < ApplicationController
|
|||
@type = 'Issue'
|
||||
@user_activity_id = params[:div_id].to_i if params[:div_id]
|
||||
when 'BlogComment'
|
||||
#obj = BlogComment.where('id = ?', params[:id].to_i).first
|
||||
obj = BlogComment.where('id = ?', params[:id].to_i).first
|
||||
@user_activity_id = params[:div_id].to_i if params[:div_id]
|
||||
@homepage = params[:homepage].to_i
|
||||
@type = 'BlogComment'
|
||||
|
|
Loading…
Reference in New Issue