支付:代金券功能
This commit is contained in:
@@ -157,4 +157,8 @@ export function isDebugPay() {
|
||||
|
||||
export function isCheckWord(isDevelop = false) {
|
||||
return gameData.serverConst.CHECK_WORD === 1 && !isDevelop;
|
||||
}
|
||||
|
||||
export function canPay() {
|
||||
return gameData.serverConst.CAN_PAY === 1;
|
||||
}
|
||||
Reference in New Issue
Block a user