Przeglądaj źródła

活动回顾视频编辑bug修复

wangjiang988 5 lat temu
rodzic
commit
54c4917dab

+ 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() {