SGP: add overlay to whey, fix image in season pass set 2, disable reward btn, fix member ui & flow
This commit is contained in:
parent
06e2890908
commit
6f6093435c
8 changed files with 91 additions and 72 deletions
|
|
@ -833,7 +833,7 @@
|
|||
Var TextPriceMenuY = 266
|
||||
Var TextPriceMenuBlendX = 180
|
||||
Var TextPriceMenuHotX = 48
|
||||
Var ShowButtonClick2 = "Enable"
|
||||
Var ShowButtonClick2 = "Invisible"
|
||||
Var ButtontoTopupMenu = "Invisible"
|
||||
|
||||
Var PriceUnitText = "Price in SGD"
|
||||
|
|
@ -1111,11 +1111,6 @@
|
|||
DEBUGVAR SettingDisableTaobinCredit
|
||||
If SettingDisableTaobinCredit = "true" Then
|
||||
Var ShowButtonClick2 = "Invisible"
|
||||
If CountryName = "Singapore" Then
|
||||
If SELLONLINE = 1 Then
|
||||
Var ShowButtonClick2 = "Enable"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
DEBUGVAR ShowButtonClick2
|
||||
|
||||
|
|
@ -1396,13 +1391,6 @@
|
|||
;SAVELOG ShowButtonClickFull
|
||||
|
||||
If TaobinOnlineX = "true" Then
|
||||
|
||||
If CountDownShowButton < 33 Then
|
||||
If CountryName = "Singapore" Then
|
||||
Var ShowButtonClick2 = "Invisible"
|
||||
Refresh
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If CountDownShowButton = 31 Then
|
||||
Var ShowButtonClickFull = "Enable"
|
||||
|
|
@ -1413,9 +1401,6 @@
|
|||
If CountDownShowButton = 3 Then
|
||||
|
||||
Var ShowButtonClick = "Enable"
|
||||
If CountryName = "Singapore" Then
|
||||
Var ShowButtonClick2 = "Enable"
|
||||
EndIf
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Refresh
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue