Commit 29c0f85f authored by anxixi's avatar anxixi

Merge remote-tracking branch 'origin/master'

parents 7231aa19 84f430a7
......@@ -225,7 +225,7 @@
<div :style="{marginTop: hasData?'1rem':'unset'}">
<noData v-if="hasData" :keyword="keyword" :showTab="currentIndex" :nodata="true"></noData>
<div class="heightContent" :class="totalActivityData==0?'contentInfo':'contentPageInfo'"
v-if="totalActivityData== 0">
v-if="currentIndex==3&&totalActivityData== 0">
<p class="activityIntro"><span class="leftTab"></span><span>为您推荐</span></p>
<div class="content_data" style="height:unset;" v-if="recommendedData.length>0">
<ul>
......@@ -334,6 +334,10 @@
this.currentIndex = index;
this.page = 1;
this.tableData = [];
this.totalProjectData = 0;
this.totalBusinessData = 0;
this.totalArticleData = 0;
this.totalActivityData = 0;
this.switchTab(index);
......
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