MYS: fix image & e_receipt price bug
This commit is contained in:
parent
1a3c0e81fa
commit
038e13a00a
9 changed files with 463 additions and 560 deletions
|
|
@ -11,6 +11,8 @@
|
|||
DEBUGVAR Seeker.PictureDrink
|
||||
DEBUGVAR Seeker.showname
|
||||
|
||||
Var PureName = ""
|
||||
|
||||
; Block Have
|
||||
Var DrinkOKStringVersion = "DKT3"
|
||||
|
||||
|
|
@ -297,6 +299,25 @@
|
|||
; helper show in page_board
|
||||
Var FromDrinkOk = 1
|
||||
|
||||
; pro-mystery-cup
|
||||
If ProMysteryCup = 1 Then
|
||||
If Seeker.FromProMysteryCup = "true" Then
|
||||
Var ShowNameMystery = "Enable"
|
||||
Else
|
||||
Var ShowNameMystery = "Invisible"
|
||||
EndIf
|
||||
Else
|
||||
Var ShowNameMystery = "Invisible"
|
||||
EndIf
|
||||
|
||||
STRCONTAIN "size" Seeker.shownameMystery SizeFromSheet
|
||||
If SizeFromSheet = "true" Then
|
||||
SPLIT Seeker.shownameMystery "###" 1 PureName
|
||||
Var ShowNameMysteryName = PureName
|
||||
Else
|
||||
Var ShowNameMysteryName = Seeker.shownameMystery
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 500 </Timeout>
|
||||
<EventTimeout>
|
||||
|
|
@ -308,6 +329,8 @@
|
|||
DEBUGVAR buttonRemoveCup
|
||||
DEBUGVAR CART_COUNT
|
||||
|
||||
DEBUGVAR VendingTSID
|
||||
DEBUGVAR Seeker.VendingTSID
|
||||
|
||||
DEBUGVAR HaveCup
|
||||
DEBUGVAR CHECKCUP
|
||||
|
|
@ -619,6 +642,18 @@
|
|||
</Value>
|
||||
</Text>
|
||||
|
||||
<Text>
|
||||
<X> 300 </X>
|
||||
<Y> 1750 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Align> Center </Align>
|
||||
<Font> KanitLightTTF </Font>
|
||||
<Size> 48 </Size>
|
||||
<Color> HeadlineColor </Color>
|
||||
<State> ShowNameMystery </State>
|
||||
<Value> ShowNameMysteryName </Value>
|
||||
</Text>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue