fix bug run.ev not run & update mys desc
This commit is contained in:
parent
28c1485e9e
commit
ba9c746d3e
8 changed files with 676 additions and 660 deletions
|
|
@ -21,7 +21,7 @@ Var ProYuzuEnable = 0
|
|||
Var FromProYuzu = 0
|
||||
|
||||
; Yuzu Promo
|
||||
Var ProYuzu250Enable = 0
|
||||
Var IgnoreProfileFromRunEV = 0
|
||||
Var FromProYuzu250 = 0
|
||||
|
||||
|
||||
|
|
@ -63,7 +63,7 @@ If SystemDateMonthInt = 10 Then
|
|||
Var ProReducedPriceEnable = 1
|
||||
EndIf
|
||||
|
||||
Var ProYuzu250Enable = 1
|
||||
Var IgnoreProfileFromRunEV = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 11 Then
|
||||
|
|
@ -71,11 +71,11 @@ If SystemDateMonthInt = 11 Then
|
|||
Var ProReducedPriceEnable = 1
|
||||
EndIf
|
||||
|
||||
Var ProYuzu250Enable = 1
|
||||
Var IgnoreProfileFromRunEV = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 12 Then
|
||||
Var ProYuzu250Enable = 1
|
||||
Var IgnoreProfileFromRunEV = 1
|
||||
|
||||
If SetProReduceByBO = 1 Then
|
||||
Var ProReducedPriceEnable = 0
|
||||
|
|
@ -85,9 +85,9 @@ EndIf
|
|||
|
||||
If SystemDateMonthInt = 1 Then
|
||||
If SystemDateDayInt < 16 Then
|
||||
Var ProYuzu250Enable = 1
|
||||
Var IgnoreProfileFromRunEV = 1
|
||||
Else
|
||||
Var ProYuzu250Enable = 0
|
||||
Var IgnoreProfileFromRunEV = 0
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
@ -114,7 +114,7 @@ If BoxID = 177746 Then
|
|||
Var UseSlideShowVideo = 0
|
||||
|
||||
;Var ProReducedPriceEnable = 0
|
||||
;Var ProYuzu250Enable = 1
|
||||
;Var IgnoreProfileFromRunEV = 1
|
||||
EndIf
|
||||
|
||||
If BoxID = 210037 Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue