Commit 9ab02050 by libai

测试

parent 53575541
Showing with 7 additions and 2 deletions
......@@ -78,6 +78,7 @@
sessionStorage.bbb = data.uid; //u
sessionStorage.cid = data.cid;
sessionStorage.pkg = data.pkg;
sessionStorage.pkg2 = data.pkg;
sessionStorage.os = data.os;
sessionStorage.appversion=data.appversion
}
......@@ -182,7 +183,8 @@ try{
$(this).addClass("li-click");
$(this).siblings("li").removeClass("li-click");
amount = $(this).children("p").children(".pay-money").text()
console.log(amount);
if(amount==3000)sessionStorage.pkg='bigrecharge'
else sessionStorage.pkg=sessionStorage.pkg2
})
}
})
......
......@@ -77,6 +77,7 @@
sessionStorage.bbb = data.uid; //u
sessionStorage.cid = data.cid;
sessionStorage.pkg = data.pkg;
sessionStorage.pkg2 = data.pkg;
sessionStorage.os = data.os;
sessionStorage.appversion=data.appversion
}
......@@ -170,7 +171,9 @@ try{
$(this).addClass("li-click");
$(this).siblings("li").removeClass("li-click");
amount = $(this).children("p").children(".pay-money").text()
console.log(amount);
if(amount==3000)sessionStorage.pkg='bigrecharge'
else sessionStorage.pkg=sessionStorage.pkg2
})
}
})
......
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