Commit 98779a24 authored by zhangyanni's avatar zhangyanni

声明

parent 8a1c2962
......@@ -68,7 +68,7 @@
<div class="guessInfoWrap">
{{detailInfo.guessIntroduction}}
</div>
<div class="settlementWrap" :style="{paddingBottom:detailInfo.guessEmpList?'':'1rem'}" v-if="detailInfo.guessState>1&&(detailInfo.resultsDesc||imgList.length>0)">
<div class="settlementWrap" v-if="detailInfo.guessState>1&&(detailInfo.resultsDesc||imgList.length>0)">
<p class="boldTitle">相关内容</p>
<div class="sameContent">
{{detailInfo.resultsDesc}}
......@@ -95,6 +95,9 @@
</div>
</div>
<div class="disclaimer">
<p style="flex-wrap: wrap;line-height:.48rem;"><span style="display: block;width: 100%;line-height: .48rem;">声明:TechBook平台上线的“积分竞猜”板块出于传播有益内容为目的,非赌博性质,仅供娱乐。我们不对其科学性、严肃性等作任何形式的保证。如有任何疑议,请及时与我们联系。</span></p>
</div>
<div class="btnFixed">
<div class="applyBtn" @click="handleToIntegral">
......@@ -690,7 +693,8 @@
}
.joinGuessWrap {
background: #fff;
padding: .3rem .3rem .6rem 0;
padding: .3rem .3rem .2rem 0;
margin-bottom: .1rem;
.joinImgWrap {
padding-top: .3rem;
padding-left: .4rem;
......@@ -714,6 +718,15 @@
}
}
}
.disclaimer{
background: #fff;
font-size: .28rem;
color: #BBBBBB;
padding-top: .3rem;
padding-left: .4rem;
padding-bottom: 1rem;
padding-right: .2rem;
}
}
.active_bottom {
position: fixed;
......
......@@ -720,6 +720,11 @@
vm.pathfrom =from.fullPath;
})
},
beforeDestroy() {
if(this.guessTimer){
clearInterval(this.guessTimer);
}
},
}
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment