Commit 17eaa8d5 by agan

添加邀請碼

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