|
@@ -56,11 +56,11 @@ small-tab
|
|
|
:before-leave-page="beforeLeavePage"
|
|
|
/>
|
|
|
<section
|
|
|
- v-if="!IsSunPublishContent"
|
|
|
+ v-if="!toBCustom"
|
|
|
class="content-abstract-other bg-white"
|
|
|
>
|
|
|
<ContentAbstractEntList
|
|
|
- v-if="!IsCustomTopNet"
|
|
|
+ v-if="!toBCustom"
|
|
|
class="content-abstract-ent-list-module"
|
|
|
:before-leave-page="beforeLeavePage"
|
|
|
/>
|
|
@@ -137,7 +137,7 @@ small-tab
|
|
|
<FreeUserBiddingMask v-else :before-leave-page="beforeLeavePage" />
|
|
|
</template>
|
|
|
<AdSingle
|
|
|
- v-if="!IsCustomTopNet"
|
|
|
+ v-if="!toBCustom"
|
|
|
:ad="getContentAdID"
|
|
|
:show-close-icon="false"
|
|
|
radius
|
|
@@ -339,6 +339,9 @@ export default {
|
|
|
yyszbContent() {
|
|
|
return this.content.yyszbContent
|
|
|
},
|
|
|
+ toBCustom() {
|
|
|
+ return this.IsCustomTopNet || this.yyszbContent
|
|
|
+ },
|
|
|
showMonitor() {
|
|
|
return !this.yyszbContent
|
|
|
},
|