Commit d4b728d3 by agan

xg

parent e7a64023
Showing with 4 additions and 1 deletions
......@@ -146,7 +146,10 @@
getUserInfo()
var rechargeCid = '';
if (sessionStorage.cid == undefined || sessionStorage.cid == 'undefined') {
rechargeCid = 'cid';
}
$.ajax({
url: $ip + '/stat/toRecharge.html',
type: "post",
......
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