|
@@ -204,7 +204,7 @@
|
|
|
<van-tab name="2" v-if="!singleTab">
|
|
|
<template #title>
|
|
|
<span :class="{bidinfo:!hasOnePower}">中标信息</span>
|
|
|
- <span v-if="showUpdateTip" class="bid_upgrade">升级</span>
|
|
|
+ <span v-if="isShowUpTip" class="bid_upgrade">升级</span>
|
|
|
<span v-if="isMember && (hasOnePower && surplus && isVip)" class="bid_surplus">剩余:${entvisit.total -
|
|
|
entvisit.usage}</span>
|
|
|
</template>
|
|
@@ -242,38 +242,40 @@
|
|
|
<div class="vip_component" v-if="getStatus"
|
|
|
style="height:2.12rem;background:url('/common-module/collection/image/bg/vip_bg_0.png') no-repeat;background-size:100% 100%">
|
|
|
</div>
|
|
|
- <div class="j-container empty" style="padding-bottom: .2rem;"
|
|
|
- v-if="conf._13 && !conf._4 && topProject.list.length === 0">
|
|
|
- <div class="j-img img-empty empty-img"></div>
|
|
|
- <p class="empty-text">暂无项目动态</p>
|
|
|
- </div>
|
|
|
- <div class="bg-white tab-card cell-list" v-show="conf._13 && topProject.list.length !== 0">
|
|
|
- <div class="tab-card-title">项目动态</div>
|
|
|
- <div class="tab-card-content">
|
|
|
- <ul class="project-info-list">
|
|
|
- <li class="project-info-item border-line-b clickable" v-for="(item,index) in topProject.list"
|
|
|
- @click="toProjectDetail(item)">
|
|
|
- <div class="project-name">${item.title}</div>
|
|
|
- <div class="project-info">
|
|
|
- <span class="tags">
|
|
|
- <span class="tag tag-success" v-if="item.area">${item.area}</span>
|
|
|
- <span class="tag tag-success" v-if="item.bidstatus">${item.bidstatus}</span>
|
|
|
- <span class="tag tag-success" v-if="item.bidamount">${utils.moneyUnit(item.bidamount)}</span>
|
|
|
- </span>
|
|
|
- <span class="project-time">${item.firsttime ? new Date(item.firsttime * 1000).pattern('yyyy-MM-dd')
|
|
|
- : '-'}</span>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li class="show-more" v-if="topProject.showGetNextButton" @click="getProjectNews">查看更多</li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="vip_component" v-if="getStatus && !conf._13"
|
|
|
- style="height:9.16rem;background:url('/common-module/collection/image/bg/vip_bg_1.png') no-repeat;background-size:100% 100%">
|
|
|
+ <div class="vip_component" v-if="getStatus || !conf._13"
|
|
|
+ style="height:9.16rem;background:url('/common-module/collection/image/bg/vip_bg_1.png') no-repeat;background-size:100% 100%" key="dt">
|
|
|
<vip-component @tabactive="tabActive" :power="conf" type="item_1" :entvisit="entvisit" :newvip="isVip"
|
|
|
imgurl='{{Cdns .Host "seo" "cdn"|SafeUrl}}/common-module/collection/image/bg/vip_ex_1.png'>
|
|
|
</vip-component>
|
|
|
</div>
|
|
|
+ <div v-else key="dt">
|
|
|
+ <div class="j-container empty" style="padding-bottom: .2rem;"
|
|
|
+ v-if="conf._13 && !conf._4 && topProject.list.length === 0">
|
|
|
+ <div class="j-img img-empty empty-img"></div>
|
|
|
+ <p class="empty-text">暂无项目动态</p>
|
|
|
+ </div>
|
|
|
+ <div class="bg-white tab-card cell-list" v-show="conf._13 && topProject.list.length !== 0">
|
|
|
+ <div class="tab-card-title">项目动态</div>
|
|
|
+ <div class="tab-card-content">
|
|
|
+ <ul class="project-info-list">
|
|
|
+ <li class="project-info-item border-line-b clickable" v-for="(item,index) in topProject.list"
|
|
|
+ @click="toProjectDetail(item)">
|
|
|
+ <div class="project-name">${item.title}</div>
|
|
|
+ <div class="project-info">
|
|
|
+ <span class="tags">
|
|
|
+ <span class="tag tag-success" v-if="item.area">${item.area}</span>
|
|
|
+ <span class="tag tag-success" v-if="item.bidstatus">${item.bidstatus}</span>
|
|
|
+ <span class="tag tag-success" v-if="item.bidamount">${utils.moneyUnit(item.bidamount)}</span>
|
|
|
+ </span>
|
|
|
+ <span class="project-time">${item.firsttime ? new Date(item.firsttime * 1000).pattern('yyyy-MM-dd')
|
|
|
+ : '-'}</span>
|
|
|
+ </div>
|
|
|
+ </li>
|
|
|
+ <li class="show-more" v-if="topProject.showGetNextButton" @click="getProjectNews">查看更多</li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="vip_component" v-if="!showContacts"
|
|
|
style="height:11.36rem;background:url('/common-module/collection/image/bg/vip_bg_9.png') no-repeat;background-size:100% 100%">
|
|
|
<vip-component @tabactive="tabActive" :power="conf" type="item_9" :entvisit="entvisit" :newvip="isVip"
|