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