Skip to content

Commit 46f1618

Browse files
committed
1 parent 5da8c8c commit 46f1618

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/api/data.js

+4
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ module.exports = {
102102
demand: ['getInfoByRoom'],
103103
get: ({ getInfoByRoom }) => getInfoByRoom.data.anchor_info.live_info.score
104104
},
105+
fansclub: {
106+
demand: ['getInfoByRoom'],
107+
get: ({ getInfoByRoom }) => getInfoByRoom.data.anchor_info.medal_info.fansclub
108+
},
105109
areaRank: {
106110
demand: ['rankdb'],
107111
get: ({ rankdb }) => Number(rankdb.data.areaRank.rank.replace('>', ''))

0 commit comments

Comments
 (0)