Browse Source

feat: 订阅信息更多显示10条

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 1 year ago
parent
commit
f659de3539

+ 1 - 1
apps/bigmember_pc/src/views/workspace/components/SubscribeList.vue

@@ -65,7 +65,7 @@ export default {
       hasKey: (state) => state.workspace.subscribe.hasKey, // 是否有订阅关键词
       loading: (state) => state.workspace.subscribe.loading,
       loaded: (state) => state.workspace.subscribe.loaded,
-      subscribeList: (state) => state.workspace.subscribe.list.slice(0, 5),
+      subscribeList: (state) => state.workspace.subscribe.list.slice(0, 10),
       isRecommend: (state) => state.workspace.subscribe.isRecommend
     }),
     showRecommend() {