|
@@ -175,10 +175,8 @@
|
|
|
<forwardshare :params="unitParams" v-if="isLogin"></forwardshare>
|
|
|
</div>
|
|
|
<!-- 留完资的免费用户 已体验和未体验的展示去开通 -->
|
|
|
- <div v-if="getfreeBuyerOpen">
|
|
|
- <van-sticky offset-top="21.33333vw">
|
|
|
- <img @click="goOpenVip" src="/jyapp/big-member/image/buyer-open.png" alt="">
|
|
|
- </van-sticky>
|
|
|
+ <div class="buyer-open" v-if="getfreeBuyerOpen" @click="goOpenVip">
|
|
|
+ <img src="/jyapp/big-member/image/buyer-open.png" alt="">
|
|
|
</div>
|
|
|
<van-tabs
|
|
|
class="buyer-tabs-container"
|
|
@@ -220,12 +218,12 @@
|
|
|
<span>招标动态</span>
|
|
|
<!-- <span class="module-title-num">10</span> -->
|
|
|
</div>
|
|
|
- <div class="action-group">
|
|
|
+ <div class="action-group" v-if="!getStatus">
|
|
|
<div class="action-button export" @click="onExport" v-if="dt.list.length">
|
|
|
<i class="j-icon base-icon icon-download"></i>
|
|
|
<em id="mainSearch-selLable-dataExport" class="action-button-text">数据导出</em>
|
|
|
</div>
|
|
|
- <div class="action-button filters-button" @click="goHighSet" v-if="!getStatus">
|
|
|
+ <div class="action-button filters-button" @click="goHighSet">
|
|
|
<i class="j-icon base-icon icon-3hengxian"></i>
|
|
|
<em class="action-button-text">筛选条件</em>
|
|
|
</div>
|