5.85 release
This commit is contained in:
parent
0479282586
commit
e07d9ec840
3 changed files with 16 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue