修复支付后弹窗依旧存在的问题

This commit is contained in:
dragon
2024-07-15 17:38:09 +08:00
parent 19726981ed
commit a1ea33d64c

View File

@@ -158,7 +158,7 @@ function strFun(val, isCheckIn, dayIndex) {
<img src="${res.rewardIcon}" alt="">
<img style="display:${cardList[listIndex - 1].isNeedRepair == false ? 'none' : isCheckIn ? 'block' : 'none'}" src="./images/ok.png" alt="" class="ok">
<img style="display:${cardList[listIndex - 1].isNeedRepair == false ? 'none' : isCheckIn && dayIndex < currGroupId ? 'block' : 'none'}" src="./images/not.png" alt="" class="not">
<div class="giftName">${res.rewardName}</div>
<div class="giftName">${res.rewardName?res.rewardName:langReplace(localLang.demoModule.text13)}</div>
<div class="num"><b>${res.rewardNum}</b>${langReplace(localLang.demoModule.text13)}</div>
</div>
`
@@ -219,7 +219,7 @@ function openPaymentCallback(obj) {
console.log('回調orderId', obj.orderId);
console.log('回調code', obj.code);
console.log('回調productId', obj.productId);
$('.pub .pub_in .box1').hide();
$('.pub').hide();
bodyScroolFun(false);
showLoading()
networkRequest({