浏览代码

feat: pc三级页中标单位浮窗企业状态及类型为空时不展示

yangfeng 3 年之前
父节点
当前提交
0f33327d46
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/web/templates/pc/biddetail_rec.html

+ 2 - 2
src/web/templates/pc/biddetail_rec.html

@@ -708,10 +708,10 @@ function isWechat() {
                         <div class="bidthead" style="padding-bottom: 18px;border-bottom: 1px solid #ebebeb;">
                           <p style="font-size: 18px; color: #1d1d1d; line-height: 28px;">{{.T.obj.winner}}</p>
                           <div class="buyer-subtitle">
-                            <span style="margin-right: 32px;">
+                            <span style="margin-right: 32px;" v-if="winnerInfo.status">
                               <span class="ent-status"  v-html="winnerInfo.status"></span>
                             </span>
-                            <span class="ent-type" v-html="winnerInfo.type"></span>
+                            <span v-if="winnerInfo.type" class="ent-type" v-html="winnerInfo.type"></span>
                           </div>
                         </div>
                         <div class="bidcontent">