update triger
This commit is contained in:
parent
e69514e13d
commit
692aac7992
1 changed files with 28 additions and 16 deletions
|
|
@ -13,29 +13,41 @@ Else
|
||||||
; zone promote
|
; zone promote
|
||||||
If OpenFromPageBoard = 1 Then
|
If OpenFromPageBoard = 1 Then
|
||||||
|
|
||||||
If pro15THBEnable = 1 Then
|
If pro15THBEnable = 1 Then
|
||||||
Var BigButtonEnable = "Enable"
|
Var BigButtonEnable = "Enable"
|
||||||
OpenInst 2 "ROOT/taobin_project/xml/event/promotion_15THB.xml"
|
OpenInst 2 "ROOT/taobin_project/xml/event/promotion_15THB.xml"
|
||||||
Var OpenFromPageBoard = 0
|
Var OpenFromPageBoard = 0
|
||||||
|
|
||||||
|
Else
|
||||||
|
If PepweenEnable = 1 Then
|
||||||
|
Var BigButtonEnable = "Enable"
|
||||||
|
OpenInst 2 "ROOT/taobin_project/xml/event/promotion_pepween.xml"
|
||||||
|
Var OpenFromPageBoard = 0
|
||||||
|
|
||||||
|
Else
|
||||||
|
OpenInst 2 "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||||
|
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
Else
|
Else
|
||||||
OpenInst 2 "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
If pro15THBEnable = 1 Then
|
||||||
|
|
||||||
EndIf
|
|
||||||
Else
|
|
||||||
If pro15THBEnable = 1 Then
|
|
||||||
|
|
||||||
; Temporary debug
|
; Temporary debug
|
||||||
Var BigButtonEnable = "Enable"
|
Var BigButtonEnable = "Enable"
|
||||||
Open "ROOT/taobin_project/xml/event/promotion_15THB.xml"
|
Open "ROOT/taobin_project/xml/event/promotion_15THB.xml"
|
||||||
|
|
||||||
Else
|
Else
|
||||||
|
If PepweenEnable = 1 Then
|
||||||
Open "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
Var BigButtonEnable = "Enable"
|
||||||
|
Open "ROOT/taobin_project/xml/event/promotion_pepween.xml"
|
||||||
|
|
||||||
|
Else
|
||||||
|
Open "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
|
||||||
|
EndIf
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
Var OpenFromPageBoard = 0
|
Var OpenFromPageBoard = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue