소스 검색

wip:392首页增加招投标攻略栏目-链接增加title

wangkaiyue 2 년 전
부모
커밋
205356d2db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/web/templates/pc/index.html

+ 1 - 1
src/web/templates/pc/index.html

@@ -407,7 +407,7 @@
               {{range $m,$n := $v.list}}
               <div class="strate_c_list">
                 <div class="title-div">
-                  <a class="strate_l_r_title" href="/jySite/{{$n._id}}.html" target="_blank">{{$n.s_title}}</a>
+                  <a class="strate_l_r_title" href="/jySite/{{$n._id}}.html" target="_blank" title="{{$n.s_title}}">{{$n.s_title}}</a>
                 </div>
                 <div class="strate_l_r_c_date">{{FormatDate $n.date "01-02"}}</div>
               </div>