diff --git a/milkRecharge/index.html b/milkRecharge/index.html index 69d3ca7..8fde071 100644 --- a/milkRecharge/index.html +++ b/milkRecharge/index.html @@ -184,7 +184,7 @@ try{ $(this).siblings("li").removeClass("li-click"); amount = $(this).children("p").children(".pay-money").text() if(amount==3000)sessionStorage.pkg='bigrecharge' - else sessionStorage.pkg=sessionStorage.pkg2 + else sessionStorage.pkg='h5' }) } }) diff --git a/recharge/index.html b/recharge/index.html index f7dc8a4..845f821 100644 --- a/recharge/index.html +++ b/recharge/index.html @@ -100,6 +100,13 @@ $(".recording").on("click", function () { window.location.href='https://activity.ishuaji.cn/Yabo/expenses/recharge.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk; }) + if(sessionStorage.pkg =='mdzbxx'){ + $(".taobao-Pay").hide(); + $(".b-tips").hide(); + var weiPkg='mdzbxx' + }else{ + var weiPkg='h5' + } //活跃上报 try{ if(sessionStorage.bbb!=undefined){ @@ -172,7 +179,7 @@ try{ $(this).siblings("li").removeClass("li-click"); amount = $(this).children("p").children(".pay-money").text() if(amount==3000)sessionStorage.pkg='bigrecharge' - else sessionStorage.pkg=sessionStorage.pkg2 + else sessionStorage.pkg='h5' }) } @@ -219,7 +226,7 @@ try{ data: { 'uid': sessionStorage.bbb, 'amount': amount, - 'pkg':'h5', + 'pkg':weiPkg, 'cid':sessionStorage.cid, 'os':sessionStorage.os },