diff --git a/xml/event/tricker.ev b/xml/event/tricker.ev index 76709807..fb756572 100644 --- a/xml/event/tricker.ev +++ b/xml/event/tricker.ev @@ -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 diff --git a/xml/page_thankyou.xml b/xml/page_thankyou.xml index 9a19463b..6a632f17 100644 --- a/xml/page_thankyou.xml +++ b/xml/page_thankyou.xml @@ -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"