|
|
@ -431,11 +431,11 @@ class WechatsController < ActionController::Base
|
|
|
|
session[:wechat_openid] = open_id
|
|
|
|
session[:wechat_openid] = open_id
|
|
|
|
if params[:code]
|
|
|
|
if params[:code]
|
|
|
|
if params[:userid]
|
|
|
|
if params[:userid]
|
|
|
|
redirect_to "/wechat/user_activities##{@path}?id=#{params[:id]}&userid=#{params[:userid]}" and return
|
|
|
|
redirect_to "/wechat/user_activities##{@path}?id=#{params[:id]}&userid=#{params[:userid]}",layout: nil and return
|
|
|
|
elsif params[:id]
|
|
|
|
elsif params[:id]
|
|
|
|
redirect_to "/wechat/user_activities##{@path}?id=#{params[:id]}" and return
|
|
|
|
redirect_to "/wechat/user_activities##{@path}?id=#{params[:id]}",layout: nil and return
|
|
|
|
else
|
|
|
|
else
|
|
|
|
redirect_to "/wechat/user_activities##{@path}" and return
|
|
|
|
redirect_to "/wechat/user_activities##{@path}",layout: nil and return
|
|
|
|
end
|
|
|
|
end
|
|
|
|
# redirect_to "/wechat/user_activities##{@path}?id=#{params[:id]}" and return
|
|
|
|
# redirect_to "/wechat/user_activities##{@path}?id=#{params[:id]}" and return
|
|
|
|
end
|
|
|
|
end
|
|
|
|