Merge branch 'masterpiece' of kong:/1TBHDD/ikong/taobin_project into masterpiece
This commit is contained in:
commit
8f3bb3d0ed
7 changed files with 19 additions and 1 deletions
BIN
image/page_payment/CancelOrder2.png
Normal file
BIN
image/page_payment/CancelOrder2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
BIN
image/page_payment/bn_back2.png
Normal file
BIN
image/page_payment/bn_back2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
BIN
image/page_payment/bp_back2.png
Normal file
BIN
image/page_payment/bp_back2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
image/page_payment_en/page_payment/CancelOrder2.png
Normal file
BIN
image/page_payment_en/page_payment/CancelOrder2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
image/page_payment_en/page_payment/bn_back2.png
Normal file
BIN
image/page_payment_en/page_payment/bn_back2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
BIN
image/page_payment_en/page_payment/bp_back2.png
Normal file
BIN
image/page_payment_en/page_payment/bp_back2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
|
|
@ -221,6 +221,11 @@
|
|||
|
||||
|
||||
|
||||
Var Cancel_Img = "/CancelOrder.png"
|
||||
Var PressCancel_CashPopup = 0
|
||||
|
||||
|
||||
|
||||
If RoadShow = "true" Then
|
||||
Var PayState1 = "Enable"
|
||||
Var PayState2 = "Invisible"
|
||||
|
|
@ -1801,9 +1806,15 @@
|
|||
;Var Timeout = 0
|
||||
EndIf
|
||||
If Seeker = "curr" Then
|
||||
If PressCancel_CashPopup = 2 Then
|
||||
Open "ROOT/taobin_project/xml/page_payment.xml"
|
||||
EndIf
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
Else
|
||||
|
||||
If PressCancel_CashPopup = 2 Then
|
||||
Open "ROOT/taobin_project/xml/page_payment.xml"
|
||||
EndIf
|
||||
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -1923,6 +1934,11 @@
|
|||
Var ActionOKCase = 1
|
||||
Var PayInfoCFlag = 1
|
||||
EndIf
|
||||
|
||||
If PressCancel_CashPopup = 1 Then
|
||||
Var PressCancel_CashPopup = 2
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
VendingQR OFF
|
||||
|
|
@ -2984,6 +3000,8 @@
|
|||
If FlagQROpened = 1 Then
|
||||
Var CancelNumber = 12
|
||||
EndIf
|
||||
Var Cancel_Img = "/CancelOrder2.png"
|
||||
Var PressCancel_CashPopup = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -3139,7 +3157,7 @@
|
|||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<State> cancelState </State>
|
||||
<Filename> Var( DirImage + "/CancelOrder.png" ) </Filename>
|
||||
<Filename> Var( DirImage + Cancel_Img ) </Filename>
|
||||
</Image>
|
||||
|
||||
;<GIF>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue