Merge remote-tracking branch 'origin/hotfix/4.9.2'
Showing
1 changed file
with
3 additions
and
1 deletions
1 | -var wxShare = require('common/share'); | ||
2 | 1 | ||
3 | require('./live/live_head'); | 2 | require('./live/live_head'); |
4 | require('./live/yoho_video'); | 3 | require('./live/yoho_video'); |
@@ -13,6 +12,8 @@ $('.live-wrapper').css({ | @@ -13,6 +12,8 @@ $('.live-wrapper').css({ | ||
13 | height: window.innerHeight | 12 | height: window.innerHeight |
14 | }); | 13 | }); |
15 | 14 | ||
15 | +/* | ||
16 | +var wxShare = require('common/share'); | ||
16 | $(function() { | 17 | $(function() { |
17 | var $share = $('.live-btn-share'); | 18 | var $share = $('.live-btn-share'); |
18 | var $appBox = $('#float-layer-app'); | 19 | var $appBox = $('#float-layer-app'); |
@@ -32,4 +33,5 @@ $(function() { | @@ -32,4 +33,5 @@ $(function() { | ||
32 | $appBox.hide(); | 33 | $appBox.hide(); |
33 | }); | 34 | }); |
34 | }); | 35 | }); |
36 | +*/ | ||
35 | 37 |
-
Please register or login to post a comment