addba1c6 by 任超

style:首页

1 parent 305780d6
......@@ -65,12 +65,12 @@ function initData() {
})
// 便民服务
$(".convenient-service-list li").mouseover(function() {
$(this).find('img').attr('src', $(this).find('img').attr('url'))
$(this).find('img').attr('src', $(this).find('img').attr('url'));
})
$(".convenient-service-list li").mouseout(function() {
$(this).find('img').attr('src', $(this).find('img').attr('pre'))
$(this).find('img').attr('src', $(this).find('img').attr('pre'));
})
f (getItem('myCookie') && getItem('myCookie').username) {
if (getItem('myCookie') && getItem('myCookie').username) {
$('.login-list a').hide();
$('.login-list-subtitle').show();
}
......