5.85 release

This commit is contained in:
kong 2021-12-13 14:37:58 +07:00
parent 0479282586
commit e07d9ec840
3 changed files with 16 additions and 3 deletions

View file

@ -8,12 +8,15 @@
Var y_topping_bg = 912
WEB "DISABLE"
Open "ROOT/taobin_project/xml/page_topping_select3.xml"
If JXMLVersionInt >= 369 Then
Open "ROOT/taobin_project/xml/page_topping_select4.xml"
EndIf
Open "ROOT/taobin_project/xml/page_topping_select3.xml"
DEBUGVAR BrewVersionInt
If BrewVersionInt >= 419 Then

View file

@ -11,6 +11,16 @@
DEBUGVAR SelectDrink
DEBUGVAR PictureDrink
StrLen SelectDrink SelectDrinkLen
If SelectDrinkLen = 0 Then
Open "ROOT/taobin_project/xml/page_catalog.xml"
EndIf
If PriceDrink = 0 Then
Open "ROOT/taobin_project/xml/page_catalog.xml"
EndIf
Var SaveProductCodeSelect = SelectDrink
Var UserSelectProductCode = SelectDrink