update:房间新增vip特效
This commit is contained in:
@@ -19,7 +19,7 @@ const rowCount = new Array(6).fill(0);
|
||||
const getRingText = (arrow) => {
|
||||
if (!arrow) return "-";
|
||||
if (arrow.ringX && arrow.ring) return "X环";
|
||||
return arrow.ring ? `${arrow.ring}环` : "-";
|
||||
return `${Number(arrow.ring) || 0}环`;
|
||||
};
|
||||
const isMember = (player = {}) => player.vip === true || player.sVip === true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user