From 767f27d35e9b1b9f47838500caf2c4b03c605b2e Mon Sep 17 00:00:00 2001 From: kong Date: Wed, 15 Jun 2022 11:14:00 +0700 Subject: [PATCH] OK --- xml/page_drinkok.xml | 9 +++++++++ xml_main/startup.xml | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/xml/page_drinkok.xml b/xml/page_drinkok.xml index 6ea68160..b30e5a0b 100644 --- a/xml/page_drinkok.xml +++ b/xml/page_drinkok.xml @@ -10,6 +10,7 @@ DEBUGVAR LidState Var buttonRemoveCup = "Invisible" + Var TextBottomShow "Enable" If show_eng = "true" Then Var DirImage2 = "ROOT/taobin_project/image/topping2_en" @@ -472,6 +473,13 @@ EndIf + If buttonRemoveCup = "Enable" Then + Var TextBottomShow = "Invisible" + Else + Var TextBottomShow = "Enable" + EndIf + + TimerReset Refresh @@ -522,6 +530,7 @@ 0 1418 + TextBottomShow Var( DirImage + "text_bottom.png") diff --git a/xml_main/startup.xml b/xml_main/startup.xml index 0ff97903..b5939f6e 100644 --- a/xml_main/startup.xml +++ b/xml_main/startup.xml @@ -95,8 +95,8 @@ Var RandomPromotionMyworld = 0 Var RandomSalePackage = 0 - Var XMLPageVersion = "6.36" - Var XMLPageVersionInt = 636 + Var XMLPageVersion = "6.51" + Var XMLPageVersionInt = 651