fix no honor_type bug(cause display {{honor_type}} on member show page).Update experience.rb

This commit is contained in:
chiu 2020-03-06 10:10:08 +08:00
parent 742c122eac
commit d8bb945fb5
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ class Experience
end end
{ {
"honor_type"=>"",
"pd_datas" => pd_data, "pd_datas" => pd_data,
"type-sort" => (p.experience_type.sort_position.to_i rescue 1000), "type-sort" => (p.experience_type.sort_position.to_i rescue 1000),
"sort-index" => index "sort-index" => index