Commit b2e5f25f by libai

ft活动上线

parent 2a27b66d
...@@ -414,8 +414,8 @@ $(function(){ ...@@ -414,8 +414,8 @@ $(function(){
success:function(data){ success:function(data){
console.log('應援卡兌換記錄',data) console.log('應援卡兌換記錄',data)
var html=[]; var html=[];
for(var i=0;i<data.result.length;i++){ for(var i=0;i<data.result.exchangeList.length;i++){
var list=data.result[i] var list=data.result.exchangeList[i]
html+='<li>'; html+='<li>';
html+='<div class="layer-exc-box1">'+list.prizeName+'</div>'; html+='<div class="layer-exc-box1">'+list.prizeName+'</div>';
html+='<div class="layer-exc-box2">'+list.priceSupportCardNum+'</div>'; html+='<div class="layer-exc-box2">'+list.priceSupportCardNum+'</div>';
......
...@@ -69,7 +69,7 @@ if(sessionStorage.open==undefined)sessionStorage.open=1 ...@@ -69,7 +69,7 @@ if(sessionStorage.open==undefined)sessionStorage.open=1
} }
if (bbb.indexOf("file:///E:") > -1) { if (bbb.indexOf("file:///E:") > -1) {
sessionStorage.lang=2 sessionStorage.lang=2
sessionStorage.uid =10007; sessionStorage.uid =155100;
sessionStorage.token = 'debug' sessionStorage.token = 'debug'
sessionStorage.roomId=11134747; sessionStorage.roomId=11134747;
sessionStorage.version=8890 sessionStorage.version=8890
......
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