fix change flow and handle close-maintenance

This commit is contained in:
miggaze 2022-04-20 18:54:22 +07:00
parent a670fcee2f
commit 681b3b8ff4
2 changed files with 16 additions and 1 deletions

View file

@ -36,11 +36,14 @@
Var show_btn = "ROOT/taobin_project/image/bn_thai_lang.png" Var show_btn = "ROOT/taobin_project/image/bn_thai_lang.png"
Var BottomText = PicturePath + "text_bottom_eng.png" Var BottomText = PicturePath + "text_bottom_eng.png"
Var TextErrorShow = "Sorry, unable to produce the next order"
Else Else
Var ImageDoing = "ROOT/taobin_project/image/page_doing/img2.png" Var ImageDoing = "ROOT/taobin_project/image/page_doing/img2.png"
Var show_btp = "ROOT/taobin_project/image/bn_eng_lang_press.png" Var show_btp = "ROOT/taobin_project/image/bn_eng_lang_press.png"
Var show_btn = "ROOT/taobin_project/image/bn_eng_lang.png" Var show_btn = "ROOT/taobin_project/image/bn_eng_lang.png"
Var BottomText = PicturePath + "text_bottom_thai2.png" Var BottomText = PicturePath + "text_bottom_thai2.png"
Var TextErrorShow = "เต่าบินขัดข้องไม่สามารถทำเครื่องดื่มได้"
EndIf EndIf
DEBUGVAR StarwState DEBUGVAR StarwState
@ -662,6 +665,18 @@
<Filename> video_menu_0 </Filename> <Filename> video_menu_0 </Filename>
</Video> </Video>
<Text>
<X> 0 </X>
<Y> 427 </Y>
<Width> 1080 </Width>
<Align> Center </Align>
<Size> 46 </Size>
<Font> RobotoBlack </Font>
<Color> 0x513C2F </Color>
<Refresh> "Enable" </Refresh>
<Value> TextErrorShow </Value>
</Text>
<Image> <Image>
<X> 375 </X> <X> 375 </X>

View file

@ -294,7 +294,7 @@
Var Seeker = "curr" Var Seeker = "curr"
SAVELOG "Make next order by take-cup" SAVELOG "Make next order by take-cup"
Open "ROOT/taobin_project/xml/page_thankyouConti.xml" Open "ROOT/taobin_project/xml/page_cannotConti.xml"
EndIf EndIf
EndIf EndIf
Else Else