Commit 2d61d6d1 by libai

测试

parent 7a32642b
Showing with 2 additions and 2 deletions
......@@ -135,7 +135,7 @@
html+='</a>';
}
if(data.list[i].mark==2){
html+='<a href='+data.list[i].url+'?uid='+localStorage.uid+'&token='+localStorage.token+'>';
html+='<a href='+data.list[i].url+'?uid='+sessionStorage.uid+'&token='+sessionStorage.token+'>';
html+='<li class="act-end">';
html+='<img class="end" src="images/end.png" alt="">';
html+='<div class="title">'+data.list[i].title+'</div>';
......
......@@ -33,7 +33,7 @@
</div>
</div>
</body>
<script src="lib/jquery-3.1.1.min.js"></script>
<script src="lib/jquery-3.1.1.min.js"></script>w
<script src="lib/fingerprint2.js"></script>
<script src="layer-v3.1.0/layer/layer.js"></script>
<script>
......
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