Browse Source

更新公告导航链接

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7984 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
2f322205e6

+ 1 - 1
src/main/webapp/WEB-INF/views/normal/public.html

@@ -23,7 +23,7 @@
 			<div class="navbar-header">
 				<span class="navbar-brand">
 					<a href="http://www.ubtob.com/" target="_blank" title="优软云"></a>
-					<a href="#/index" title="B2B平台"></a>
+					<a href="http://uas.ubtob.com/#/index" title="B2B平台"></a>
 				</span>
 			</div>
 			<div class="navbar-right">

+ 2 - 2
src/main/webapp/resources/tpl/public/info/notice_detail.html

@@ -138,12 +138,12 @@
 					<h4 class="text-center">最新公告</h4>
 				</div>
 				<div class="search">
-					<input type="text" placeholder="输入供应商名称" class=""/>
+					<input type="text" placeholder="输入供应商名称" class="" ng-model="keyword"/>
 					<a class="btn"><i class="fa fa-search"></i></a>
 				</div>
 				<div class="content">
 					<ul class="list-unstyled">
-						<li ng-repeat="notice in notices">
+						<li ng-repeat="notice in notices| filter: keyword">
 							<a href="public#/notice/{{notice.id}}">
 								<em>公告名称</em><img src="resources/img/home/new.png"><span class="pull-right text-muted" ng-bind="::notice.date | date:'yyyy-MM-dd HH:mm'"></span> <br>
 								<p ng-bind="::notice.title"></p>