add new condition open topping select 8

This commit is contained in:
kenta-work 2023-08-31 13:26:42 +07:00
parent 90a0682c22
commit 84cdea3378

View file

@ -46,9 +46,13 @@
DEBUGVAR JXMLVersionInt
Var CHECK_EventOpen_Double = 0
If JXMLVersionInt > 448 Then
;Open "ROOT/taobin_project/xml/page_topping_select7.xml"
If ConfigNumer = 10564 Then
Open "ROOT/taobin_project/xml/page_topping_select8.xml"
EndIf
If JXMLVersionInt > 448 Then
Open "ROOT/taobin_project/xml/page_topping_select7.xml"
Else
Open "ROOT/taobin_project/xml/page_topping_select6.xml"
EndIf