فهرست منبع

活动回顾视频编辑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() {