heyang 3 lat temu
rodzic
commit
f0706e93c5

+ 1 - 0
microserviceUserH5/vcloud/springFestivalActivity.html

@@ -476,6 +476,7 @@
 		}
 		//点击抽奖关闭按钮
 		$('.award-result-close')[0].addEventListener('click',() => {
+			animationFlag = true;
 			$('.award-result-dialog').animate({top: '-10.96rem'},"fast");
 			$('.award-result-mask').hide();
 			document.documentElement.style.overflow='auto';