fixbug Makedrink 2 pages

This commit is contained in:
miggaze 2022-01-18 13:57:10 +07:00
parent e49a5348c2
commit 0919d36a4c
2 changed files with 11 additions and 2 deletions

View file

@ -203,7 +203,11 @@
Else
Var CART_INDEX = 0
MakeDrinkV1 SelectDrink SelectSugarID
If Seeker = "curr" Then
MakeDrinkV1 SelectDrink SelectSugarID
Else
DEBUGVAR Seeker
EndIf
Open "ROOT/taobin_project/xml/page_thankyou.xml"
EndIf
EndIf

View file

@ -60,7 +60,12 @@
Else
Var CART_INDEX = 0
MakeDrinkV1 SelectDrink SelectSugarID
If Seeker = "curr" Then
MakeDrinkV1 SelectDrink SelectSugarID
Else
DEBUGVAR Seeker
EndIf
Open "ROOT/taobin_project/xml/page_thankyou.xml"
EndIf
EndIf