dev_aliyun
daiao 5 years ago
commit 8ce93267b4

@ -39,10 +39,24 @@
</a> </a>
</div> </div>
<script> <script>
function trophyreturnfun(){ function trophyreturnfun(){
$("#trophyreturn").hide() $("#trophyreturn").hide()
} localStorage.setItem('trophy_uid', true);
}
$(function() {
var trophy_uid = false;
console.log(trophy_uid)
if (window.localStorage) {
trophy_uid = localStorage.getItem('trophy_uid');
} else {
trophy_uid = false
}
if(trophy_uid===true){
$("#trophyreturn").hide()
}
})
</script> </script>

@ -1253,4 +1253,9 @@ html>body #ajax-indicator { position: fixed; }
#member_block{ #member_block{
height: 260px; height: 260px;
overflow-y: auto; overflow-y: auto;
}
#trophyreturn i{
font-size: 16px!important;
color: #AAAAAA;
} }
Loading…
Cancel
Save