Commit 36f83a2b authored by zhangyanni's avatar zhangyanni

打印

parent cf213d85
<template>
<div class="overfolowWrapper" ref="overfolowWrapper" @scroll.passive="getScroll($event)" v-if="topicInfo">
<div style="width: 100%;height: 3rem;background: red;">
<p>{{navigatorVal}}</p>
<p>{{navigatorVal1}}</p>
</div>
<div class="topicTab fixedTopicTab" v-if="fixedTopicTab">
<span :class="currentTabIndex==0?'activeSpan':''" @click="handleTab(0)">全部</span>
<span :class="currentTabIndex==1?'activeSpan':''" @click="handleTab(1)">精华</span>
......@@ -462,7 +466,6 @@
</mt-loadmore>
</div>
<div class="commentInput">
<div>
<p @click="handleComment()">
......@@ -562,6 +565,8 @@
directives: {Clickoutside},
data() {
return {
navigatorVal:navigator.language,
navigatorVal1:navigator.languages,
topicInfo: null,
isShowAllSimpleIntro: false,
tableData: [],
......
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