diff --git a/src/components/NFTPage/Recommendation.vue b/src/components/NFTPage/Recommendation.vue
index e0d6f4948..d48c29569 100644
--- a/src/components/NFTPage/Recommendation.vue
+++ b/src/components/NFTPage/Recommendation.vue
@@ -16,51 +16,60 @@
{{ isFollowed ? $t('unfollow') : $t('follow') }}
-
-
-
-
+
+
+
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -88,6 +97,10 @@ export default {
type: Array,
default: () => [],
},
+ isLoading: {
+ type: Boolean,
+ default: false,
+ },
},
computed: {
swiperOptions() {
diff --git a/src/pages/nft/class/_classId/index.vue b/src/pages/nft/class/_classId/index.vue
index 7d8b97ecf..4ad81020d 100644
--- a/src/pages/nft/class/_classId/index.vue
+++ b/src/pages/nft/class/_classId/index.vue
@@ -222,14 +222,17 @@
/>
-
+
+
+
{
@@ -528,6 +529,9 @@ export default {
);
await this.lazyGetUserInfoByAddresses(trimmedCollectors);
},
+ async handleFetchRecommendInfo() {
+ await this.fetchRecommendInfo();
+ },
async handleClickMoreCollector() {
logTrackerEvent(
this,