|
@@ -651,7 +651,7 @@
|
|
|
<industry-component v-show="activeTabIndex === 1" :key="'industry' + industryComponentKey" ref="industryComponent"></industry-component>
|
|
|
<date-component v-show="activeTabIndex === 3" :key="'date' + dateComponentKey" ref="dateComponent"></date-component>
|
|
|
<notice-component v-show="activeTabIndex === 5" :key="'notice' + noticeComponentKey" ref="noticeComponent"></notice-component>
|
|
|
- <cate-component v-show="activeTabIndex === 7" :key="'cate' + cateComponentKey" ref="cateComponent"></cate-component>
|
|
|
+ <cate-component v-show="!isWaitBuy && activeTabIndex === 7" :key="'cate' + cateComponentKey" ref="cateComponent"></cate-component>
|
|
|
</div>
|
|
|
<area-component ref="areaComponent" @select="updateScrollTop" v-show="activeTabIndex === 4"></area-component>
|
|
|
<money-component extra="万元" :tags="moneyTags" ref="moneyComponent" v-show="activeTabIndex === 2"></money-component>
|