Explorar o código

调整免费活动

heyang %!s(int64=2) %!d(string=hai) anos
pai
achega
be56644961
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      static/microserviceUserH5/vcloud/awardActivity.html

+ 4 - 1
static/microserviceUserH5/vcloud/awardActivity.html

@@ -571,7 +571,10 @@
 							headerAward();
 							$('.rule-point-wrap').eq(0).html(actRule)
 							$('.times').eq(0).text(lotteryCount)
-							$('.all-award-wrap').eq(0).append(result)
+						    let content = $('.all-award-wrap').eq(0).text();
+							if(!content){
+								$('.all-award-wrap').eq(0).append(result)
+							}
 						}else{
 							stopManyClick(() =>{
 								toastr.error(res.msg)