HKG: update Roadshow
This commit is contained in:
parent
ab4da4cd35
commit
430f3e5db6
15 changed files with 1464 additions and 1423 deletions
|
|
@ -1100,7 +1100,7 @@
|
|||
Var MinPhoneNumber = 8
|
||||
Var MaxPhoneNumber = 8
|
||||
|
||||
Var ShowCountDownAsPercent = 1
|
||||
Var ShowCountDownAsPercent = 0
|
||||
|
||||
DEBUGVAR ShowButtonClick2
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/sold_cup_count.xml"
|
||||
|
|
|
|||
|
|
@ -282,6 +282,31 @@
|
|||
EndIf
|
||||
|
||||
|
||||
If Seeker.FreeVendingCampaign = 1 Then
|
||||
|
||||
Var RemainAmountStr = "Free###size=150"
|
||||
|
||||
CoinVending OFF
|
||||
If Seeker = "curr" Then
|
||||
|
||||
If New_Payment = 1 Then
|
||||
__CMD "SetPay" "coffee-payment" Seeker.VendingTSID Seeker.ORDER_ID
|
||||
EndIf
|
||||
MakeDrinkV1 SelectDrink SelectSugarID
|
||||
Var TxRef1 = ""
|
||||
CreateTxRef1 TxRef1
|
||||
Else
|
||||
Var TxRef1 = ""
|
||||
CreateTxRef1 TxRef1
|
||||
|
||||
Var DrinkPaid = SelectDrink
|
||||
Var PaidPaymentFromNextStage = 1
|
||||
|
||||
EndIf
|
||||
Open "ROOT/taobin_project/xml/page_thankyou.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
If CoinInOK = 0 Then
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue