Commit 36f83a2b authored by zhangyanni's avatar zhangyanni

打印

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