fix page_thankyou and extends pro mint

This commit is contained in:
Kenta420 2023-12-20 12:00:40 +07:00
parent 5a13cbe074
commit 1d735c4d9e
2 changed files with 7 additions and 1 deletions

View file

@ -79,6 +79,12 @@ If SystemDateMonthInt = 12 Then
Var MyMintEnable = 1
EndIf
if SystemDateMonthInt = 1 Then
if SystemDateDayInt < 15 Then
Var MyMintEnable = 1
EndIf
EndIf
If BoxID = 173149 Then

View file

@ -150,7 +150,7 @@
If SaveTheWorldCount < 2 Then
If InternationalEnable = 1 Then
Var script_thankyou = CountryRootPath + "/video/script_thankyou.ev"
Var script_thankyou = CountryRootPath + "video/script_thank.ev"
TRY script_thankyou
Else
TRY "/mnt/sdcard/coffeevending/taobin_project/video/script2.ev"