This commit is contained in:
miggaze 2021-10-18 16:01:33 +07:00
parent ae4a83278e
commit 286e101bfd
9 changed files with 469 additions and 274 deletions

View file

@ -368,7 +368,13 @@
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
If CART_COUNT = 1 Then
Open "ROOT/taobin_project/xml/page_payment.xml"
Else
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
EndIf
</EventClick>
</Button>