fix error

This commit is contained in:
chiu 2020-07-29 19:25:25 +08:00
parent 96b601074b
commit a992494eb3
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ class AsksController < ActionController::Base
when 'phone'
f1['content'] = text_field_tag(field_name,nil,placeholder:t("#{tmp}.#{field}"))
when 'appointment'
f1['content'] = "<div class=\"default_picker\">#{text_field_tag(field_name,placeholder:t("#{tmp}.#{field}"))}</div>"
f1['content'] = "<div class=\"default_picker\">#{text_field_tag(field_name,nil,placeholder:t("#{tmp}.#{field}"))}</div>"
end
f1
end