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> </EventIDCard>
<EventCoin>
If ViewBill > 0 Then
CoinVending BILLREJECT
EndIf
</EventCoin>
<EventActionOk> <EventActionOk>

View file

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

View file

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

View file

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

View file

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