Fix bug page_payment_cash.xml

This commit is contained in:
wanlop run 2024-09-04 09:27:21 +07:00
parent cf4d3e71eb
commit 46b1513d26
10 changed files with 6237 additions and 2815 deletions

View file

@ -234,6 +234,13 @@ If BoxID = 172232 Then
Var JemilaPro = 1
EndIf
If BoxID = 172053 Then
Var MomCocoaPro = 0
Var MomCocoaProDiscountEnable = 0
Var RobinsonBeautyPro = 0
Var JemilaPro = 1
EndIf
Var XMLLiveInfoEnable = 1

View file

@ -0,0 +1,45 @@
<?hurr
#include=menu_head.py
?>
<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
;<Background> "0xeae6e1" </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
; On open
<?hurr
#include=menu_catalog_default_init.py
?>
Var Timeout = 0
<?hurr
#include=menu_catalog_new_menu.py
?>
</EventOpen>
<?hurr
#include=menu_catalog_new.py
?>
<?hurr
#include=menu_new_layout_gen_v2.py
?>
<?hurr
#include=menu_new_layout_gen.py
?>
</Popup>

File diff suppressed because it is too large Load diff

View file

@ -1349,7 +1349,7 @@
</EventUnitTest3>
<EventUnitTest4>
Var XMLProfile = "School-Tier3"
Var XMLProfile = "ProfileIncrease15"
PRICE "Reset" "-"
PRICE "Load" "-"
PRICE "CheckAndApply" XMLProfile
@ -1688,7 +1688,7 @@
; Original value is 40
If EnableMultiInstance = "true" Then
If CountUpReloadAll > 300 Then
If CountUpReloadAll > 100 Then
Var NeedReboot = "false"
Var StartUpExt = "-"

File diff suppressed because it is too large Load diff

View file

@ -2897,26 +2897,6 @@
<Filename> Var( DirImage + "/img_popup4.png" )</Filename>
</Image>
<Image>
<X> 838 </X>
<Y> 1350 </Y>
<State> eval(
Var return = "Invisible"
If AdultState1 = "Enable" Then
If AdultState2 = "Invisible" Then
Var return = "Enable"
EndIf
EndIf
DEBUGVAR return
)
</State>
<Animation>
<Style> "Bounce" </Style>
<OnEvent> "TimerSec=3" </OnEvent>
</Animation>
<Filename> "ROOT/taobin_project/image/anmi/arrow_1.png" </Filename>
</Image>
<Button>
<X> 360 </X>

View file

@ -85,9 +85,12 @@
EndIf
EndIf
If CountryRootPath = "" Then
Var exhaust_fan_schedule = CountryRootPath + "/hardware/exhaust_fan_schedule.ev"
Var exhaust_fan_schedule = "ROOT/taobin_project/inter/tha/hardware/exhaust_fan_schedule.ev"
Else
Var exhaust_fan_schedule = CountryRootPath + "/hardware/exhaust_fan_schedule.ev"
EndIf
TRY exhaust_fan_schedule
</EventOpen>
<Timeout> 1000 </Timeout>