|
@@ -27,7 +27,7 @@
|
|
</view>
|
|
</view>
|
|
<view v-else-if="tabActive === 4" class="search-result-list exhibit-list">
|
|
<view v-else-if="tabActive === 4" class="search-result-list exhibit-list">
|
|
<template v-for="(item, index) in activityList">
|
|
<template v-for="(item, index) in activityList">
|
|
- <activity-item :item="item" :key="index" />
|
|
|
|
|
|
+ <activity-item :item="item" :key="index" type="exhibitor" />
|
|
</template>
|
|
</template>
|
|
</view>
|
|
</view>
|
|
<view v-else-if="tabActive === 5" class="search-result-list exhibit-list">
|
|
<view v-else-if="tabActive === 5" class="search-result-list exhibit-list">
|
|
@@ -102,10 +102,10 @@
|
|
created() {},
|
|
created() {},
|
|
methods: {
|
|
methods: {
|
|
tabChange() {
|
|
tabChange() {
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
onClickSearch() {
|
|
onClickSearch() {
|
|
-
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -124,4 +124,4 @@
|
|
grid-row-gap: 28rpx;
|
|
grid-row-gap: 28rpx;
|
|
margin-top: 32rpx;
|
|
margin-top: 32rpx;
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|