|
@@ -179,9 +179,6 @@ async function handleCollect() {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-// 显示免责声明
|
|
|
-const isShowMZSM = ref(false)
|
|
|
-
|
|
|
// 显示返回顶部
|
|
|
const showToTop = ref(false)
|
|
|
const handlePageScroll = useThrottleFn(() => {
|
|
@@ -288,14 +285,14 @@ function goDetails(item){
|
|
|
{{ layoutBaseInfo[item.value] }}
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div
|
|
|
+ <!-- <div
|
|
|
class="time-box"
|
|
|
style="text-align: right"
|
|
|
v-if="reportInfo.headResource.imgUrl"
|
|
|
>
|
|
|
<span>如有内容疑问 请查看 </span>
|
|
|
<span class="btn" @click="isShowMZSM = true">免责声明</span>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
|
|
|
<template
|
|
|
v-if="!reportInfo.headResource.imgUrl && !reportInfo.endResource.imgUrl"
|
|
@@ -339,7 +336,7 @@ function goDetails(item){
|
|
|
</div>
|
|
|
<div class="time-box">
|
|
|
<span class="time">{{ reportInfo.publishTime }} {{riskLevelInfo}}</span>
|
|
|
- <span class="btn" @click="isShowMZSM = true">免责声明</span>
|
|
|
+ <!-- <span class="btn" @click="isShowMZSM = true">免责声明</span> -->
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -481,7 +478,9 @@ function goDetails(item){
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 免责声明 -->
|
|
|
- <disclaimers-wrap v-model:show="isShowMZSM" />
|
|
|
+ <div class="disclaimers-info" v-else>
|
|
|
+ <disclaimers-wrap/>
|
|
|
+ </div>
|
|
|
<!-- 关注弹窗 -->
|
|
|
<t-popup v-model="visible" placement="center" style="width: 80%">
|
|
|
<t-icon class="close-btn" name="close-circle" size="32" color="#fff" @click="onClose" />
|
|
@@ -777,6 +776,12 @@ function goDetails(item){
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+.disclaimers-info {
|
|
|
+ // color: #999999;
|
|
|
+ background-color: #fff;
|
|
|
+ border-top: 1px solid #DCDFE6;
|
|
|
+ padding: var(--page-padding);
|
|
|
+}
|
|
|
.close-btn {
|
|
|
position: absolute;
|
|
|
left: 100%;
|