From c3484d5c13dba935cc896baee86da81b881eee76 Mon Sep 17 00:00:00 2001 From: libai <libai@yazhai.co> Date: Wed, 9 Dec 2020 17:23:51 +0800 Subject: [PATCH] 测试 --- milkRecharge/index.html | 2 +- recharge/index.html | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) 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 }, -- libgit2 0.25.0