don't show point rank in taobin level 1

This commit is contained in:
miggaze 2022-02-28 15:39:06 +07:00
parent 3120d6dc8e
commit eb51fa7d79
3 changed files with 12 additions and 0 deletions

View file

@ -18,6 +18,8 @@
;AddData 4 TelephoneNumber BmiYear PointCrm GetScore
;Add after pay
Var PointMaskState = "Invisible"
Var CoffeePointStr = CoffeePoint
SAVELOG TelephoneNumber
@ -219,6 +221,9 @@
If TaobinLevel = "1" Then
Var PointMaskState = "Enable"
EndIf
@ -1095,6 +1100,13 @@
<Value> CoffeePointRank </Value>
</Text>
<Button>
<X> 230 </X>
<Y> 903 </Y>
<State> PointMaskState </State>
<Filename> Var( DirImage + "/pointMask.png" )</Filename>
</Button>
<Text>
<X> 250 </X>
<Y> 990 </Y>