|
@@ -16,7 +16,7 @@
|
|
<ul class="bidding-desc-card-column clearfix">
|
|
<ul class="bidding-desc-card-column clearfix">
|
|
{{range $kk,$vv := $v}}
|
|
{{range $kk,$vv := $v}}
|
|
<li class="doc-card-list-item">
|
|
<li class="doc-card-list-item">
|
|
- <div class='doc-card-list-item-img {{if not $vv.productType}}{{else if Eq $vv.productType 1}}free{{else if Eq $vv.productType 2}}good{{end}}'>
|
|
|
|
|
|
+ <div class='doc-card-list-item-img {{if not $vv.productType}}{{else if Eq $vv.productType 1}}free{{end}}'>
|
|
<img class="doc-main-img" src="{{$vv.previewImg}}" alt="doc-name">
|
|
<img class="doc-main-img" src="{{$vv.previewImg}}" alt="doc-name">
|
|
{{if or (eq $vv.docFileSuffix "doc") (eq $vv.docFileSuffix "docx")}}
|
|
{{if or (eq $vv.docFileSuffix "doc") (eq $vv.docFileSuffix "docx")}}
|
|
<img class="doc-type-img" src='/images/pc/word.png' alt="doc-type">
|
|
<img class="doc-type-img" src='/images/pc/word.png' alt="doc-type">
|