Commit c3484d5c by libai

测试

parent 9ab02050
Showing with 10 additions and 3 deletions
......@@ -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'
})
}
})
......
......@@ -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
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment