|
@@ -433,7 +433,7 @@
|
|
//抽奖结果展示
|
|
//抽奖结果展示
|
|
function lotteryResultHandle() {
|
|
function lotteryResultHandle() {
|
|
$('.main-contain').eq(0).empty();
|
|
$('.main-contain').eq(0).empty();
|
|
- $('.result-dialog').animate({top: '3.86rem'},"fast");
|
|
|
|
|
|
+ $('.result-dialog').animate({top: '2.86rem'},"fast");
|
|
$('.result-mask').show();
|
|
$('.result-mask').show();
|
|
document.documentElement.style.overflow='hidden';
|
|
document.documentElement.style.overflow='hidden';
|
|
lotteryFlag = true;
|
|
lotteryFlag = true;
|
|
@@ -455,6 +455,9 @@
|
|
pageNum = 1;
|
|
pageNum = 1;
|
|
rewardList();
|
|
rewardList();
|
|
allotTimeCardList();
|
|
allotTimeCardList();
|
|
|
|
+ if (isAndroid && window.native) { // 安卓
|
|
|
|
+ window.native.refreshPhoneList();
|
|
|
|
+ }
|
|
$('.main-contain').eq(0).append(result)
|
|
$('.main-contain').eq(0).append(result)
|
|
if(awardNumber === 9) {
|
|
if(awardNumber === 9) {
|
|
$('.card-img')[0].className = 'card-img card-img1';
|
|
$('.card-img')[0].className = 'card-img card-img1';
|
|
@@ -1067,7 +1070,7 @@
|
|
});
|
|
});
|
|
function ruleHandle (e) {
|
|
function ruleHandle (e) {
|
|
operate('mfhd_2022_h5_规则');
|
|
operate('mfhd_2022_h5_规则');
|
|
- $('.rule-result-dialog').animate({top: '3.86rem'},"fast");
|
|
|
|
|
|
+ $('.rule-result-dialog').animate({top: '2.86rem'},"fast");
|
|
$('.rule-mask').show();
|
|
$('.rule-mask').show();
|
|
document.documentElement.style.overflow='hidden';
|
|
document.documentElement.style.overflow='hidden';
|
|
}
|
|
}
|