before DO
This commit is contained in:
parent
50092d284a
commit
ec06b3785a
3 changed files with 19 additions and 6 deletions
|
|
@ -185,7 +185,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
If CountStepPackPayment = CountStepForCupFlagDelay Then
|
If CountStepPackPayment >= CountStepForCupFlagDelay Then
|
||||||
|
|
||||||
SAVELOG ExtendData
|
SAVELOG ExtendData
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -800,6 +800,14 @@
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If SelectDrinkType = 0 Then
|
||||||
|
Var SugarState1 = "Enable"
|
||||||
|
Var SugarState2 = "Enable"
|
||||||
|
Var SugarState3 = "Enable"
|
||||||
|
Var SugarState4 = "Enable"
|
||||||
|
Var SugarState5 = "Enable"
|
||||||
|
EndIf
|
||||||
|
|
||||||
Else
|
Else
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
@ -2259,7 +2267,9 @@
|
||||||
Topping "Select3-ID" topping3
|
Topping "Select3-ID" topping3
|
||||||
|
|
||||||
; Pack
|
; Pack
|
||||||
Topping "Pack" ExtendData
|
Topping "Pack" ExtendDataCurr
|
||||||
|
|
||||||
|
Var ExtendData = ExtendDataCurr
|
||||||
Else
|
Else
|
||||||
Topping "SetNextOrder" UserSelectProductCode
|
Topping "SetNextOrder" UserSelectProductCode
|
||||||
|
|
||||||
|
|
@ -2270,7 +2280,10 @@
|
||||||
Topping "__select2-id" topping2
|
Topping "__select2-id" topping2
|
||||||
Topping "__select3-id" topping3
|
Topping "__select3-id" topping3
|
||||||
; Pack
|
; Pack
|
||||||
Topping "__pack" ExtendData
|
Topping "__pack" ExtendDataNext
|
||||||
|
|
||||||
|
Var ExtendData = ExtendDataNext
|
||||||
|
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -95,8 +95,8 @@
|
||||||
Var RandomPromotionMyworld = 0
|
Var RandomPromotionMyworld = 0
|
||||||
Var RandomSalePackage = 0
|
Var RandomSalePackage = 0
|
||||||
|
|
||||||
Var XMLPageVersion = "6.45"
|
Var XMLPageVersion = "6.46"
|
||||||
Var XMLPageVersionInt = 645
|
Var XMLPageVersionInt = 646
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
|
|
||||||
<Text>
|
<Text>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue