Commit e4ccbd52 by agan

修改footseen分享页跳转

parent 26d22416
Showing with 2 additions and 2 deletions
......@@ -422,10 +422,10 @@
var webPageUrl = '';
//41 B包
if (res.vest == 41) {
webPageUrl = 'http://footseen.xyz/shareB.html?lang=' + sessionStorage.lang;
webPageUrl = 'http://footseen.com/shareB.html?lang=' + sessionStorage.lang;
} else if (res.vest == 50 || res.vest == 60) {
//A包
webPageUrl = 'http://footseen.xyz/share.html?agentCode=' + sessionStorage.uid + '&bindType=3&lang=' + sessionStorage.lang + '&type=1';
webPageUrl = 'http://footseen.com/share.html?agentCode=' + sessionStorage.uid + '&bindType=3&lang=' + sessionStorage.lang + '&type=1';
}
picImg = data.qrurl;
var obj = {
......
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