|
@@ -3,7 +3,6 @@
|
|
|
<view class="topic basePage">
|
|
|
<view class="mainTitle">{{pTitle}}</view>
|
|
|
<tab tabList="{{tabList}}" type="{{type}}" bindchangeBar="changeBar"></tab>
|
|
|
- {{detail !== ''}}
|
|
|
<view class="topTable">
|
|
|
<view class="topicTable">
|
|
|
<view wx:if="{{headData.total_pv != -1}}" data-introduce="total_pv" bindtap="showDetail" class="topicItem">总浏览量
|