浏览代码

活动回顾视频编辑bug修复

wangjiang988 5 年之前
父节点
当前提交
54c4917dab
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/main/resources/templates/admin/government/activity_review/edit.html

+ 3 - 1
src/main/resources/templates/admin/government/activity_review/edit.html

@@ -208,7 +208,9 @@
         if (hasVideo) {
             $("#videoArea").show()
         } else {
-            $("#videoArea").hide()
+            setTimeout(function () {
+                $("#videoArea").hide()
+            }, 500)
         }
 
         $('input[type=radio][name=has_video]').change(function() {