...
This commit is contained in:
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 |
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 21 KiB |
|
|
@ -72,6 +72,14 @@
|
|||
|
||||
</EventIDCard>
|
||||
|
||||
<EventCoin>
|
||||
|
||||
If ViewBill > 0 Then
|
||||
CoinVending BILLREJECT
|
||||
EndIf
|
||||
|
||||
</EventCoin>
|
||||
|
||||
|
||||
<EventActionOk>
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -76,6 +76,14 @@
|
|||
|
||||
</EventIDCard>
|
||||
|
||||
<EventCoin>
|
||||
|
||||
If ViewBill > 0 Then
|
||||
CoinVending BILLREJECT
|
||||
EndIf
|
||||
|
||||
</EventCoin>
|
||||
|
||||
|
||||
<EventActionOk>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue