This commit is contained in:
kong 2023-07-18 17:54:12 +07:00
parent 3c63926a26
commit 255513a0c7
12 changed files with 74 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Before After
Before After

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

@ -19,13 +19,6 @@ Else
EndIf EndIf
EndIf EndIf
If BoxID = 173149 Then
Var EventTurnOn = 1
EndIf
If BoxID = 172644 Then
Var EventTurnOn = 1
EndIf
If EventTurnOn = 1 Then If EventTurnOn = 1 Then
Var CountDownShowButton = 0 Var CountDownShowButton = 0

View file

@ -435,7 +435,7 @@
<Image> <Image>
<X> 423 </X> <X> 370 </X>
<Y> FrameOfFaceYPosition </Y> <Y> FrameOfFaceYPosition </Y>
<State> CameraStage </State> <State> CameraStage </State>
<Filename> "ROOT/taobin_project/image/liveness/bg3.png" </Filename> <Filename> "ROOT/taobin_project/image/liveness/bg3.png" </Filename>

View file

@ -6,6 +6,7 @@
<Volume> SoundVolume </Volume> <Volume> SoundVolume </Volume>
<Sound> PlaySoundLag </Sound> <Sound> PlaySoundLag </Sound>
<EventOpen> <EventOpen>
Var cash_disable = "0" Var cash_disable = "0"
READ_FILE "/mnt/sdcard/coffeevending/cash_disable" cash_disable READ_FILE "/mnt/sdcard/coffeevending/cash_disable" cash_disable
@ -1756,7 +1757,7 @@ EndIf
<X> 249 </X> <X> 249 </X>
<Y> 748 </Y> <Y> 748 </Y>
<State> alphaState </State> <State> alphaState </State>
<Filename> Var( DirImage + QR_POPUP )</Filename> <Filename> "ROOT/taobin_project/inter/mys/image/payment/img_popup1.png" </Filename>
</Image> </Image>
@ -1843,7 +1844,7 @@ EndIf
Var return = "Enable" Var return = "Enable"
EndIf EndIf
EndIf EndIf
DEBUGVAR return
) )
</State> </State>
<Animation> <Animation>
@ -2061,11 +2062,20 @@ EndIf
</Text> </Text>
<Image>
<X> 483 </X>
<Y> 791 </Y>
<State> alphaState </State>
<Filename> "ROOT/taobin_project/inter/mys/image/LOGO_DuitNow.png" </Filename>
</Image>
<QRCode> <QRCode>
<X> 445 </X> <X> 445 </X>
<Y> 958 </Y> <Y> 958 </Y>
<Width> 200 </Width> <Width> 200 </Width>
<Height> 200 </Height> <Height> 200 </Height>
<Color> "0xFFFFFF" </Color>
<QRColor> "0xE61A5F" </QRColor> <QRColor> "0xE61A5F" </QRColor>
<State> alphaState </State> <State> alphaState </State>
<Service> testservice </Service> <Service> testservice </Service>
@ -2165,8 +2175,27 @@ EndIf
; Test QR
<EventUnitTest2>
Var QR_POPUP = "/img_popup12.png"
Var QRCODE99 = ""
Var LOADING_STATE = "Invisible"
Var FlagQROpened = 1
Var PayInfoCFlag = 0
Var testservice = "Herr"
Var alphaState = "Enable"
Refresh
</EventUnitTest2>
<EventUnitTest1>
Var testservice = "Herr"
Open CurrentXMLFileName2
</EventUnitTest1>

View file

@ -14,6 +14,9 @@
DEBUGVAR MachineStage DEBUGVAR MachineStage
DEBUGVAR stop_now DEBUGVAR stop_now
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_list.xml"
Var show_error_normal = "Invisible" Var show_error_normal = "Invisible"
Var show_error_sp1 = "Enable" Var show_error_sp1 = "Enable"

View file

@ -43,7 +43,7 @@
Var showText7 = "Invisible" Var showText7 = "Invisible"
DEBUGVAR UserSelectProductCode DEBUGVAR UserSelectProductCode
DEBUGVAR JXMLVersionInt
Var CHECK_EventOpen_Double = 0 Var CHECK_EventOpen_Double = 0
If JXMLVersionInt > 448 Then If JXMLVersionInt > 448 Then

View file

@ -9,7 +9,7 @@
Var UserSeletedSugar = 0 Var UserSeletedSugar = 0
SAVELOG "Event Open Select 6" SAVELOG "Event Open Select 7"
If NoWaitMachineEnable = 1 Then If NoWaitMachineEnable = 1 Then
Var ConfirmDrinkButtonState = "Enable" Var ConfirmDrinkButtonState = "Enable"
@ -360,7 +360,25 @@
DEBUGVar MenuReady DEBUGVar MenuReady
If SelectDrinkType = 1 Then If SelectDrinkType = 1 Then
If MenuReady = "YES" Then If MenuReady = "YES" Then
; echo -n true > /mnt/sdcard/coffeevending/menu_blend_free
READ_FILE "/mnt/sdcard/coffeevending/menu_blend_free" menu_blend_free
DEBUGVAR menu_blend_free
DEBUGVAR blend_button_state
If menu_blend_free = "true" Then
If blend_button_state = "PressForever" Then
Var PriceDrinkNoTop = 0
Var PriceDrink = 0
Var PriceDrinkTmpShow = "Free"
EndIf
EndIf
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml" OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
Open "ROOT/taobin_project/xml/page_payment.xml" Open "ROOT/taobin_project/xml/page_payment.xml"
EndIf EndIf
@ -3866,9 +3884,10 @@
If UserSelectProductCode = "-" Then If UserSelectProductCode = "-" Then
Else Else
If SelectDrinkType = 1 Then If SelectDrinkType = 1 Then
; MenuReady ; Move to MenuReady
;OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml" ;OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
;Open "ROOT/taobin_project/xml/page_payment.xml" ;Open "ROOT/taobin_project/xml/page_payment.xml"
EndIf EndIf
@ -4203,8 +4222,6 @@
Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp Var PriceDrinkTmpShow = charOfBaht + PriceDrinkTmp
If SelectDrinkType = 0 Then If SelectDrinkType = 0 Then
Var PriceDrinkTmpShow = "---" Var PriceDrinkTmpShow = "---"
Else Else
@ -4220,6 +4237,21 @@
DEBUGVAR PriceDrinkTmpShow DEBUGVAR PriceDrinkTmpShow
EndIf EndIf
; echo -n true > /mnt/sdcard/coffeevending/menu_blend_free
READ_FILE "/mnt/sdcard/coffeevending/menu_blend_free" menu_blend_free
DEBUGVAR menu_blend_free
DEBUGVAR blend_button_state
If menu_blend_free = "true" Then
If blend_button_state = "PressForever" Then
Var PriceDrinkNoTop = 0
Var PriceDrinkTmpShow = "Free"
EndIf
EndIf
CRLFToSpace showname CRLFToSpace showname
CRLFToSpace showdesc CRLFToSpace showdesc
DEBUGVAR showname DEBUGVAR showname

View file

@ -108,8 +108,8 @@
Var RandomPromotionMyworld = 0 Var RandomPromotionMyworld = 0
Var RandomSalePackage = 0 Var RandomSalePackage = 0
Var XMLPageVersion = "7.40" Var XMLPageVersion = "7.44"
Var XMLPageVersionInt = 740 Var XMLPageVersionInt = 744
;Oreo ;Oreo
Var OreoGuarantee = 0 Var OreoGuarantee = 0
</EventOpen> </EventOpen>