Release 5.71
This commit is contained in:
parent
feda7c5c27
commit
a2b81623bb
3 changed files with 34 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<Sound> PlaySoundLag </Sound>
|
||||
<EventOpen>
|
||||
DEBUGVAR IsSmoRet
|
||||
Var countClick2 = 0
|
||||
;SAVELOG SelectDrink
|
||||
;SAVELOG NameDrink
|
||||
|
|
@ -749,6 +750,20 @@
|
|||
</Image>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 375 </X>
|
||||
<Y> 623 </Y>
|
||||
<State> eval(
|
||||
If IsSmoRet = "true" Then
|
||||
Var return = "Enable"
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/topping2/blender_icon.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<Button>
|
||||
<X> 287 </X>
|
||||
<Y> 1254 </Y>
|
||||
|
|
|
|||
|
|
@ -331,6 +331,7 @@
|
|||
If IsSmoRet = "true" Then
|
||||
Var blendedState = "ForceSet"
|
||||
Var blendedStateTxt = "Enable"
|
||||
Topping "LoadSubMenu" SubMenuProductCode1
|
||||
Function 1
|
||||
Else
|
||||
Var blendedStateTxt = "Invisible"
|
||||
|
|
@ -667,7 +668,24 @@
|
|||
<Height> 436 </Height>
|
||||
<Filename> PictureDrink </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 374 </X>
|
||||
<Y> 399 </Y>
|
||||
<State> eval(
|
||||
If IsSmoRet = "true" Then
|
||||
Var return = "Enable"
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> "ROOT/taobin_project/image/topping2/blender_icon.png" </Filename>
|
||||
</Image>
|
||||
|
||||
; same
|
||||
|
||||
<Text>
|
||||
<X> 0 </X>
|
||||
<Y> 752 </Y>
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
Var RandomPromotionMyworld = 0
|
||||
Var RandomSalePackage = 0
|
||||
|
||||
Var XMLPageVersion = "5.70"
|
||||
Var XMLPageVersion = "5.71"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue