修复支付后弹窗依旧存在的问题
This commit is contained in:
@@ -158,7 +158,7 @@ function strFun(val, isCheckIn, dayIndex) {
|
|||||||
<img src="${res.rewardIcon}" alt="">
|
<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 ? '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">
|
<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 class="num"><b>${res.rewardNum}</b>${langReplace(localLang.demoModule.text13)}</div>
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
@@ -219,7 +219,7 @@ function openPaymentCallback(obj) {
|
|||||||
console.log('回調orderId', obj.orderId);
|
console.log('回調orderId', obj.orderId);
|
||||||
console.log('回調code', obj.code);
|
console.log('回調code', obj.code);
|
||||||
console.log('回調productId', obj.productId);
|
console.log('回調productId', obj.productId);
|
||||||
$('.pub .pub_in .box1').hide();
|
$('.pub').hide();
|
||||||
bodyScroolFun(false);
|
bodyScroolFun(false);
|
||||||
showLoading()
|
showLoading()
|
||||||
networkRequest({
|
networkRequest({
|
||||||
|
Reference in New Issue
Block a user