diff --git a/image/page_doing/bn_get_lid.png b/image/page_doing/bn_get_lid.png
index a70791eb..2955b331 100644
Binary files a/image/page_doing/bn_get_lid.png and b/image/page_doing/bn_get_lid.png differ
diff --git a/image/page_doing/bn_get_lid_en.png b/image/page_doing/bn_get_lid_en.png
index f862c2a7..579e8750 100644
Binary files a/image/page_doing/bn_get_lid_en.png and b/image/page_doing/bn_get_lid_en.png differ
diff --git a/xml/page_brewing3.xml b/xml/page_brewing3.xml
index 84fa79f7..18c13138 100644
--- a/xml/page_brewing3.xml
+++ b/xml/page_brewing3.xml
@@ -63,6 +63,9 @@
Var CampaingFilename = "ROOT/taobin_project/image/page_campaign_en"
+ Var bn_get_lid_image = "ROOT/taobin_project/image/page_doing/bn_get_lid_en.png"
+ Var bp_get_lid_image = "ROOT/taobin_project/image/page_doing/bp_get_lid_en.png"
+
Var XStraw = 336
Else
;Var DirImage = "ROOT/taobin_project/image/collect_point1"
@@ -82,6 +85,10 @@
Var CampaingFilename = "ROOT/taobin_project/image/page_campaign"
+ Var bn_get_lid_image = "ROOT/taobin_project/image/page_doing/bn_get_lid.png"
+ Var bp_get_lid_image = "ROOT/taobin_project/image/page_doing/bp_get_lid.png"
+
+
Var XStraw = 382
EndIf
@@ -303,7 +310,14 @@
DEBUGVAR bg_lidProblem_ST
+ If bg_lidProblem_ST = "Invisible" Then
+ Var GetLidButtonState = "Enable"
+ Var XStraw = 265
+ EndIf
+
+ Var GetLidButtonCountDown = 0
+
@@ -1118,6 +1132,18 @@
EndIf
+ If GetLidButtonCountDown > 0 Then
+ Var GetLidButtonCountDown = GetLidButtonCountDown - 1
+ DEBUGVAR GetLidButtonCountDown
+ EndIf
+
+ If GetLidButtonCountDown = 1 Then
+ Var GetLidButtonState = "Invisible"
+ Var bg_lidProblem_ST = "Enable"
+ Var XStraw = 356
+
+ EndIf
+
Refresh
TimerReset
@@ -1332,6 +1358,26 @@
+
+