|
|
@@ -39,8 +39,6 @@ define(['jquery', "template", "Tools"], function ($, template, Tools) { |
|
|
|
module.data.webList = content; |
|
|
|
var webData = template('webData', module.data); |
|
|
|
$("#webContent").html(webData); |
|
|
|
var titData = template('titData', module.data); |
|
|
|
$("#titContent").html(titData); |
|
|
|
$('#ewm').attr('src', 'static/images/'+content.top.bz); |
|
|
|
} |
|
|
|
} |
|
|
|