更改:反馈意见编辑器隐藏上传按钮

This commit is contained in:
yystopf 2022-11-11 14:04:36 +08:00
parent b56930b9ab
commit 4cde7c374e
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
$("#feedback-modals").html("<%= j render(partial: 'admins/feedbacks/history_form_modal', locals: {type: 'new_history'}) %>")
$(".feedback-history-change-modal").modal('show');
createMDEditor('feedback-history-email-editor', {width: 750, height: 300, placeholder: '请输入邮件正文',watch: false });
createMDEditor('feedback-history-email-editor', {width: 750, height: 300, placeholder: '请输入邮件正文',watch: false, imageUpload: false });