...
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>
|
</EventIDCard>
|
||||||
|
|
||||||
|
<EventCoin>
|
||||||
|
|
||||||
|
If ViewBill > 0 Then
|
||||||
|
CoinVending BILLREJECT
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
</EventCoin>
|
||||||
|
|
||||||
|
|
||||||
<EventActionOk>
|
<EventActionOk>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -76,6 +76,14 @@
|
||||||
|
|
||||||
</EventIDCard>
|
</EventIDCard>
|
||||||
|
|
||||||
|
<EventCoin>
|
||||||
|
|
||||||
|
If ViewBill > 0 Then
|
||||||
|
CoinVending BILLREJECT
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
</EventCoin>
|
||||||
|
|
||||||
|
|
||||||
<EventActionOk>
|
<EventActionOk>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue