返利:修改返利逻辑
This commit is contained in:
@@ -165,4 +165,8 @@ export function canPay() {
|
||||
|
||||
export function isSkipEncode(isDevelop = false) {
|
||||
return gameData.serverConst.SKIP_ENCODE === 1 && isDevelop;
|
||||
}
|
||||
|
||||
export function needRebate() {
|
||||
return gameData.serverConst.NEED_REBATE == 1;
|
||||
}
|
||||
Reference in New Issue
Block a user