Browse Source

样式修改

wangchuanjin 9 years ago
parent
commit
0893832508

+ 0 - 2
core/src/web/staticres/js/qfw.js

@@ -575,8 +575,6 @@ function b_loadTop(){
 				var html = '<a onclick="loginModalShow();">登录/注册</a>';
 				$("#b-loginStatus").html(html);
 				$("#bottom-bar>li").removeClass("invisible");
-				//登录
-				$("body").append('{{include "/common/login.html"}}');
 			}
 			try{
 				b_loadTopCallBack(result);

+ 1 - 0
core/src/web/templates/common/swordfishhead.html

@@ -1,3 +1,4 @@
+{{include "/common/login.html"}}
 <link href="/css/swordfish.css" rel="stylesheet">
 <div class="b-head">
 	{{include "/common/top.html"}}