mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
fix bug iframe
This commit is contained in:
@@ -43,31 +43,31 @@ define('home/tools', function(require, exports, module){
|
||||
var height = document.body.clientHeight;
|
||||
|
||||
$('#tools_tucao').on('click', function(){
|
||||
common_div.fadeIn();
|
||||
common_div_iframe.attr('src', "http://vczero.github.io/meitu/toupiao/danmu.html");
|
||||
common_div_iframe.css('height', height);
|
||||
common_div_iframe.css('width', width);
|
||||
common_div.fadeIn();
|
||||
});
|
||||
|
||||
$('#tools_huodong').on('click', function(){
|
||||
common_div.fadeIn();
|
||||
common_div_iframe.attr('src', "http://123.57.39.116:9797/toupiao/activity.html");
|
||||
common_div_iframe.css('height', height);
|
||||
common_div_iframe.css('width', width);
|
||||
common_div.fadeIn();
|
||||
});
|
||||
|
||||
$('#tools_fenxiang').on('click', function(){
|
||||
common_div.fadeIn();
|
||||
common_div_iframe.attr('src', "http://123.57.39.116:9797/toupiao/histroy.html");
|
||||
common_div_iframe.css('height', height);
|
||||
common_div_iframe.css('width', width);
|
||||
common_div.fadeIn();
|
||||
});
|
||||
|
||||
$('#tools_tou').on('click', function(){
|
||||
common_div.fadeIn();
|
||||
common_div_iframe.attr('src', "http://123.57.39.116:9797/toupiao/vote.html");
|
||||
common_div_iframe.css('height', height);
|
||||
common_div_iframe.css('width', width);
|
||||
common_div.fadeIn();
|
||||
});
|
||||
|
||||
$('.common_close').on('click', function(){
|
||||
|
||||
@@ -283,7 +283,7 @@
|
||||
<div class="btn add_face_btn ">
|
||||
<img src="./img/chat_bottombar_icon_face.png" style="width:30px;height:30px;"/>
|
||||
</div>
|
||||
<div class="chat_textarea" contenteditable="true">
|
||||
<div class="chat_textarea" contenteditable="true" style="outline:none;">
|
||||
|
||||
</div>
|
||||
<button type="button" class="send_chat_btn" name="button">
|
||||
|
||||
Reference in New Issue
Block a user