博客动态回复显示:“展开更多”、“收起回复”点击无反应

This commit is contained in:
cxt 2016-10-14 15:09:47 +08:00
parent f87e335acf
commit 5f04baf572
1 changed files with 1 additions and 1 deletions

View File

@ -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'