瀏覽代碼

Merge remote-tracking branch 'origin/feature/v4.8.91' into feature/v4.8.91

wangkaiyue 1 年之前
父節點
當前提交
ce452e9ae5
共有 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}}