Forráskód Böngészése

Merge branch 'release/v5.4.0' of Software/android-cloud-H5 into test

heyang 2 éve%!(EXTRA string=óta)
szülő
commit
3a9ecfcb79
1 módosított fájl, 5 hozzáadás és 1 törlés
  1. 5 1
      static/microserviceUserH5/vcloud/awardActivity.html

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

@@ -458,6 +458,7 @@
 					return lotteryResult[key];
 				})
 				goodsList();
+				rewardList();
 				allotTimeCardList();
 				$('.main-contain').eq(0).append(result)
 				$('.times').eq(0).text(lotteryResult.lotteryCount)
@@ -570,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)