瀏覽代碼

Merge branch 'dev/v4.8.91_rjj' of qmx/jy into feature/v4.8.91

renjiaojiao 1 年之前
父節點
當前提交
d0744712b0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/web/templates/pc/template/index/project-card-list-container.html

+ 1 - 1
src/web/templates/pc/template/index/project-card-list-container.html

@@ -18,7 +18,7 @@
           {{if lt $kk 5}}
           <li class="cms-card-list-item">
             {{if eq $k 0}}
-            <a class="cms-card-list-item-left cms-link ellipsis" target="_blank" title="{{$vv.title}}" href="/swordfish/page_web_pc/proposed/detail?pid={{$vv.proposed_id}}.html" target="_blank">{{$vv.title}}</a>
+            <a class="cms-card-list-item-left cms-link ellipsis" target="_blank" title="{{$vv.title}}" href="/swordfish/page_web_pc/proposed/detail?pid={{$vv.proposed_id}}" target="_blank">{{$vv.title}}</a>
             {{else}}
             <a class="cms-card-list-item-left cms-link ellipsis" target="_blank" title="{{$vv.title}}" href="/nologin/content/{{$vv._id}}.html" target="_blank">{{$vv.title}}</a>
             {{end}}