add tucao

This commit is contained in:
lh_wang
2015-08-10 23:01:23 +08:00
parent c6aea447f7
commit 5b21e763b7
+1 -1
View File
@@ -44,7 +44,7 @@ define('home/tools', function(require, exports, module){
$('#tools_tucao').on('click', function(){
common_div.fadeIn();
common_div_iframe.attr('src', "http://123.57.39.116:9797/toupiao/danmu.html");
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);
});