Merge branch 'szzh' into develop
This commit is contained in:
commit
cd7d425320
|
@ -80,7 +80,7 @@ module Mobile
|
|||
end
|
||||
post do
|
||||
cs_params = {
|
||||
memo: {:subject => params[:subject],:content => '该贴来自手机App意见反馈'},
|
||||
memo: {:subject => '该贴来自手机App意见反馈' ,:content => params[:subject]},
|
||||
}
|
||||
cs = CommentService.new
|
||||
memo,message = cs.create_feedback cs_params, current_user
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
<div class="cl"></div>
|
||||
|
||||
<div >
|
||||
<a class="pr_info_name fl c_dark fb" href="courses/<%= @course.id%>" target="_blank">
|
||||
<a class="pr_info_name fl c_dark fb" href="http://<%= Setting.host_course%>/courses/<%= @course.id%>" target="_blank">
|
||||
<%= @course.name %>
|
||||
<% if @course.is_public == 0%>
|
||||
<span class="img_private ">
|
||||
|
|
Loading…
Reference in New Issue