fix image display_point

This commit is contained in:
miggaze 2022-07-07 13:02:05 +07:00
parent 8376bccfb9
commit bbd9477224
3 changed files with 29 additions and 1 deletions

View file

@ -615,6 +615,18 @@
Else
Var CheckCouponState = "Disable"
EndIf
Var PointEndDate = ""
GetDateEndOfMonth PointEndDate
DEBUGVAR PointEndDate
Var xPointEndDate = 570
If show_eng = "true" Then
Var xPointEndDate = 618
EndIf
</EventOpen>
<Timeout> 1000 </Timeout>
@ -1126,9 +1138,25 @@
<Value> TaobinLevelDesc2 </Value>
</Text>
<Image>
<X> 172 </X>
<Y> 1570 </Y>
<Filename> Var( DirImage + "/text8.png" )</Filename>
</Image>
<Text>
<X> xPointEndDate </X>
<Y> 1576 </Y>
<Size> 25 </Size>
<Width> 500 </Width>
<Font> KanitRegularTTF </Font>
<Color> 0xDE794E </Color>
<Value> PointEndDate </Value>
</Text>
<Text>
<X> 310 </X>
<Y> 1595 </Y>
<Y> 1621 </Y>
<Size> 25 </Size>
<Width> 1000 </Width>
<Font> KanitRegularTTF </Font>