用户动态如果没有绑定则跳到绑定页面.
This commit is contained in:
parent
e73c946806
commit
49a1a9de32
|
@ -212,7 +212,7 @@ class WechatsController < ActionController::Base
|
|||
return
|
||||
end
|
||||
|
||||
render File.join(Rails.root, "public/wechat/app.html"), layout: nil
|
||||
render template: File.join(Rails.root, "public/wechat/app.html"), layout: nil
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in New Issue