GBR: Remove member name from UKB, Changed Vanilla Latte images, ignore collect point
This commit is contained in:
parent
91abc6c2b9
commit
6a6aba3285
12 changed files with 56 additions and 36 deletions
|
|
@ -6,25 +6,33 @@
|
|||
|
||||
; Reset here
|
||||
Var CheckCupStateDoorCupClose = ""
|
||||
Var Opened = 0
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
If CountryName = "Australia" Then
|
||||
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/page_show_error.lxml"
|
||||
Var Opened = 1
|
||||
EndIf
|
||||
|
||||
If CountryName = "Singapore" Then
|
||||
OpenInst 0 "ROOT/taobin_project/inter/sgp/xml/page_show_error.lxml"
|
||||
Var Opened = 1
|
||||
EndIf
|
||||
|
||||
If CountryName = "UnitedArabEmirates Dubai" Then
|
||||
OpenInst 0 "ROOT/taobin_project/inter/uae_dubai/xml/page_show_error.lxml"
|
||||
Var Opened = 1
|
||||
EndIf
|
||||
|
||||
If CountryName = "United Kingdom" Then
|
||||
SAVELOG "Kenta420"
|
||||
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/inter/gbr/xml/page_show_error.lxml"
|
||||
Var Opened = 1
|
||||
EndIf
|
||||
|
||||
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_show_error.lxml"
|
||||
If Opened = 0 Then
|
||||
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_show_error.lxml"
|
||||
EndIf
|
||||
Else
|
||||
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_show_error.xml"
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
EndIf
|
||||
|
||||
If CountryName = "United Kingdom" Then
|
||||
Open "ROOT/taobin_project/inter/aus/xml/page_drinkfail_gbr.lxml"
|
||||
Open "ROOT/taobin_project/inter/gbr/xml/page_drinkfail_gbr.lxml"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
|
|
|
|||
|
|
@ -698,13 +698,13 @@
|
|||
SAVELOG QRCODE99Shoppy
|
||||
SAVELOG Ext21
|
||||
|
||||
SPLIT MemberData ":" 1 _EMAMemberName
|
||||
SPLIT MemberData ":" 2 EMAMemberSurname
|
||||
;SPLIT MemberData ":" 1 _EMAMemberName
|
||||
;SPLIT MemberData ":" 2 EMAMemberSurname
|
||||
SPLIT MemberData ":" 3 _EMAMemberBalance
|
||||
|
||||
INT _EMAMemberBalance
|
||||
|
||||
Var EMAMemberName !assigned SprintFmt("[%s]", _EMAMemberName)
|
||||
;Var EMAMemberName !assigned SprintFmt("[%s]", _EMAMemberName)
|
||||
Var _BalanceFormat = "Remain Balance: £%.2f"
|
||||
Var EMAMemberBalance !assigned StringFmt(_EMAMemberBalance, _BalanceFormat, PreScaleConvertShow)
|
||||
|
||||
|
|
@ -1999,17 +1999,17 @@ EndIf
|
|||
</Button>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 249 </X>
|
||||
<Y> 1186 </Y>
|
||||
<State> EMAPopupSuccessState </State>
|
||||
<Width> 583 </Width>
|
||||
<Font> KanitLightTTF </Font>
|
||||
<Size> 40 </Size>
|
||||
<Color> 0x513C2F </Color>
|
||||
<Align> center-vertical-horizontal </Align>
|
||||
<Value> EMAMemberName </Value>
|
||||
</Text>
|
||||
;<Text>
|
||||
;<X> 249 </X>
|
||||
;<Y> 1186 </Y>
|
||||
;<State> EMAPopupSuccessState </State>
|
||||
;<Width> 583 </Width>
|
||||
;<Font> KanitLightTTF </Font>
|
||||
;<Size> 40 </Size>
|
||||
;<Color> 0x513C2F </Color>
|
||||
;<Align> center-vertical-horizontal </Align>
|
||||
;<Value> EMAMemberName </Value>
|
||||
;</Text>
|
||||
|
||||
<Text>
|
||||
<X> 249 </X>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue