Commit e7a64023 by agan

xg

parent 4af7ed52
Showing with 20 additions and 2 deletions
...@@ -146,6 +146,24 @@ ...@@ -146,6 +146,24 @@
getUserInfo() getUserInfo()
$.ajax({
url: $ip + '/stat/toRecharge.html',
type: "post",
data: {
os: "h5",
cid: rechargeCid,
lang: sessionStorage.lang,
uid: sessionStorage.uid,
appversion: sessionStorage.appversion,
driverid: pwd,
token: sessionStorage.kkk
},
success: function (res) {
}
});
$(".newReg1").text(langList[langType].newReg1) $(".newReg1").text(langList[langType].newReg1)
$(".newReg2").text(langList[langType].newReg2) $(".newReg2").text(langList[langType].newReg2)
$(".newReg3").text(langList[langType].newReg3) $(".newReg3").text(langList[langType].newReg3)
...@@ -333,7 +351,7 @@ ...@@ -333,7 +351,7 @@
token: localStorage.token token: localStorage.token
}, },
success: function (data) { success: function (data) {
if(data.code == 1){ if (data.code == 1) {
$(".login-in-num").text(data.data.diamond) $(".login-in-num").text(data.data.diamond)
} }
} }
...@@ -479,7 +497,7 @@ ...@@ -479,7 +497,7 @@
//在firefly域名下才有用 //在firefly域名下才有用
if (_self.attr('data-type') == 'LINE_PAY') { if (_self.attr('data-type') == 'LINE_PAY') {
window.location.href = 'https://firefly.live/footseen/phonepay/visapay.html?uid=' + localStorage.uid + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&cidStr=' + sessionStorage.cidStr; window.location.href = 'https://firefly.live/footseen/phonepay/visapay.html?uid=' + localStorage.uid + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&cidStr=' + sessionStorage.cidStr;
}else if(_self.attr('data-type') == 'TW_PAY'){ } else if (_self.attr('data-type') == 'TW_PAY') {
window.location.href = 'https://firefly.live/footseen/phonepay/visapay.html?uid=' + localStorage.uid + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&cidStr=' + sessionStorage.cidStr window.location.href = 'https://firefly.live/footseen/phonepay/visapay.html?uid=' + localStorage.uid + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&cidStr=' + sessionStorage.cidStr
} }
getRecharge(_self.attr("data-type"), _self.attr("data-type2")) getRecharge(_self.attr("data-type"), _self.attr("data-type2"))
......
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