This commit is contained in:
miggaze 2021-03-16 10:52:00 +07:00
parent 7b406d3881
commit d97e55d43e
7 changed files with 46 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before After
Before After

View file

@ -72,6 +72,14 @@
</EventIDCard>
<EventCoin>
If ViewBill > 0 Then
CoinVending BILLREJECT
EndIf
</EventCoin>
<EventActionOk>

View file

@ -53,6 +53,14 @@
<EventIDCard>
</EventIDCard>
<EventCoin>
If ViewBill > 0 Then
CoinVending BILLREJECT
EndIf
</EventCoin>
<EventActionOk>
;Open "ROOT/taobin_project/xml/page_payment_credit2.xml"

View file

@ -76,6 +76,14 @@
</EventIDCard>
<EventCoin>
If ViewBill > 0 Then
CoinVending BILLREJECT
EndIf
</EventCoin>
<EventActionOk>

View file

@ -57,6 +57,15 @@
</EventActionError>
<EventCoin>
If ViewBill > 0 Then
CoinVending BILLREJECT
EndIf
</EventCoin>
<Image>
<X> 0 </X>
@ -113,6 +122,9 @@
<Volume> SoundVolume </Volume>
<EventClick>
CoinVending OFF

View file

@ -72,16 +72,16 @@
</Image>
<Text>
<X> 0 </X>
<Y> 1041 </Y>
<Size> 100 </Size>
<Align> Center </Align>
<Width> 1080 </Width>
<Font> KanitRegularTTF </Font>
<Color> 0xDE794E </Color>
<Value> StoreCreditAmount </Value>
</Text>
;<Text>
;<X> 0 </X>
;<Y> 1041 </Y>
;<Size> 100 </Size>
;<Align> Center </Align>
;<Width> 1080 </Width>
;<Font> KanitRegularTTF </Font>
;<Color> 0xDE794E </Color>
;<Value> StoreCreditAmount </Value>
;</Text>