|
@@ -342,7 +342,7 @@
|
|
|
<div class="liLuceneList">
|
|
|
<div class="luce-left">
|
|
|
<div class="left-title">
|
|
|
- <a href="#"> <em>{{$v.k}}</em>{{$v.projectname}}</a>
|
|
|
+ <a href="/article/content/{{$v._id}}.html"> <em>{{$v.k}}</em>{{$v.projectname}}</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="luce-right">
|
|
@@ -372,7 +372,7 @@
|
|
|
<tr>
|
|
|
<td>{{$v.k}}</td>
|
|
|
<td>{{$v.time2}} </td>
|
|
|
- <td class="tt-l">{{$v.projectname}}</td>
|
|
|
+ <td class="tt-l"><a href="/article/content/{{$v._id}}.html">{{$v.projectname}}</a></td>
|
|
|
<td class="tt-r">{{$v.bidamount}}</td>
|
|
|
</tr>
|
|
|
{{end}}
|
|
@@ -589,7 +589,13 @@
|
|
|
|
|
|
});
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
+// function noIn(p){
|
|
|
+// var thisId = $(p).attr("dataId");
|
|
|
+// dataId = thisId;
|
|
|
+// window.open("/article/content/"+thisId+".html");
|
|
|
+// }
|
|
|
+
|
|
|
//关闭超级搜索遮罩层
|
|
|
function labClose(){
|
|
|
$("#labModal").modal("hide");
|