|
@@ -79,7 +79,7 @@
|
|
</view>
|
|
</view>
|
|
<reportPage :reportPageData="reportPageData" id="container-report-page" v-if="Object.keys(reportPageData).length && (tabsActive == 3 || tabsActive == 1)" />
|
|
<reportPage :reportPageData="reportPageData" id="container-report-page" v-if="Object.keys(reportPageData).length && (tabsActive == 3 || tabsActive == 1)" />
|
|
<view class="more-activity more-box" v-if="tabsActive === 1 && haveResultActivity">
|
|
<view class="more-activity more-box" v-if="tabsActive === 1 && haveResultActivity">
|
|
- <text class="more-text"> 活动/回放 </text>
|
|
|
|
|
|
+ <text class="more-text"> 活动 </text>
|
|
<view>
|
|
<view>
|
|
<view class="more-rivet" @click="tabsActiveMore(4)"> 更多 <u-icon name="arrow-right" color="#3385FF" size="28"></u-icon> </view>
|
|
<view class="more-rivet" @click="tabsActiveMore(4)"> 更多 <u-icon name="arrow-right" color="#3385FF" size="28"></u-icon> </view>
|
|
</view>
|
|
</view>
|