tao master

This commit is contained in:
miggaze 2022-02-01 18:20:36 +07:00
parent 26a8f311a8
commit b03370aeb5
5 changed files with 72 additions and 21 deletions

View file

@ -191,12 +191,16 @@
If web_readyOK = "true" Then
Var Seeker.selected_a_drink = SelectDrink
Var Seeker.ServiceAmount2 = PayAmount
If web_payment = "CODE" Then
Open "ROOT/taobin_project/xml/page_payment_code.xml"
EndIf
If web_payment = "CREDIT" Then
Open "ROOT/taobin_project/xml/page_payment_credit2.xml"
Open "ROOT/taobin_project/xml/page_payment_credit.xml"
EndIf
EndIf