Commit 77d927f4 by libai

测试

parent 6a06d3e5
Showing with 1 additions and 4 deletions
...@@ -216,8 +216,6 @@ ...@@ -216,8 +216,6 @@
<script> <script>
$(function(){ $(function(){
try{ try{
loginGo() loginGo()
} catch (e) { } catch (e) {
......
...@@ -614,7 +614,6 @@ $(function(){ ...@@ -614,7 +614,6 @@ $(function(){
$(".side-tag-ul").html(html); $(".side-tag-ul").html(html);
$(".side-tag-ul li").unbind("click").on("click",function(){ $(".side-tag-ul li").unbind("click").on("click",function(){
var _self=$(this); var _self=$(this);
// scrollTo('.m-box',350) // scrollTo('.m-box',350)
if(_self.hasClass("tag-click")){ if(_self.hasClass("tag-click")){
_self.removeClass('tag-click') _self.removeClass('tag-click')
......
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
</div> </div>
</div> </div>
<div class="live-content-box-left-roombox"> <div class="live-content-box-left-roombox">
<video style="opacity: 0;" class="live-video" autoplay src="images/show.mp4"></video> <video style="opacity: 0;" class="live-video" autoplay src=""></video>
</div> </div>
<div class="left-gift-box"> <div class="left-gift-box">
<ul class="left-gift-ul"> <ul class="left-gift-ul">
......
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