Merge branch 'masterpiece' of ssh://forthrd.ddns.net:2222/1TBHDD/ikong/taobin_project into masterpiece
This commit is contained in:
commit
ab1e788060
11 changed files with 283 additions and 38 deletions
|
|
@ -121,6 +121,7 @@
|
|||
Var FlagalphaState2 = 0
|
||||
Var alphaState2t = alphaState2
|
||||
Var alphaState3 = "Invisible"
|
||||
Var alphaState3_offline = "Invisible"
|
||||
|
||||
|
||||
Var CoinInFlag = 0
|
||||
|
|
@ -2147,7 +2148,8 @@
|
|||
If ViewBill > 0 Then
|
||||
|
||||
If PayOfflineMode = 1 Then
|
||||
CoinVending BILLREJECT
|
||||
Var alphaState3_offline = "Enable"
|
||||
;CoinVending BILLREJECT
|
||||
Else
|
||||
|
||||
If Seeker.StoreCreditFlag = 1 Then
|
||||
|
|
@ -2174,8 +2176,12 @@
|
|||
|
||||
|
||||
|
||||
|
||||
Var alphaState3 = "Enable"
|
||||
If SELLONLINE = 1 Then
|
||||
Var alphaState3 = "Enable"
|
||||
Else
|
||||
Var alphaState3_offline = "Enable"
|
||||
EndIf
|
||||
|
||||
|
||||
If show_eng = "true" Then
|
||||
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sound_eng/The_change_has_run_out.mp3"
|
||||
|
|
@ -2413,7 +2419,11 @@
|
|||
EndIf
|
||||
Else
|
||||
|
||||
Var alphaState3 = "Enable"
|
||||
If SELLONLINE = 1 Then
|
||||
Var alphaState3 = "Enable"
|
||||
Else
|
||||
Var alphaState3_offline = "Enable"
|
||||
EndIf
|
||||
Refresh
|
||||
|
||||
EndIf
|
||||
|
|
@ -3045,6 +3055,39 @@
|
|||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<State> alphaState3_offline </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_payment/alpha.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 182 </X>
|
||||
<Y> 748 </Y>
|
||||
<State> alphaState3_offline </State>
|
||||
<Filename> Var( DirImage2 + "/img_popup12_offline.png" )</Filename>
|
||||
</Image>
|
||||
|
||||
<Button>
|
||||
<X> 327 </X>
|
||||
<Y> 1335 </Y>
|
||||
<State> alphaState3_offline </State>
|
||||
<Filename> Var( DirImage2 + "/bn_cancel2.png" )</Filename>
|
||||
<FilenamePress> Var( DirImage2 + "/bp_cancel2.png" )</FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
CoinVending BILLREJECT
|
||||
Var alphaState3_offline = "Invisible"
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
;<Text>
|
||||
;<X> 0 </X>
|
||||
;<Y> 1041 </Y>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue