|
@@ -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">
|