支付:代金券功能

This commit is contained in:
luying
2022-07-11 18:08:00 +08:00
parent b9af56fd07
commit ae369f7bf2
14 changed files with 179 additions and 93 deletions
+4
View File
@@ -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;
}