Release 7.96 fix
This commit is contained in:
parent
1b21a9a9cc
commit
35204a15cf
1 changed files with 10 additions and 14 deletions
|
|
@ -35,8 +35,8 @@
|
|||
Var LanguageButtonEnable = "Invisible"
|
||||
EndIf
|
||||
|
||||
IF CountDownForMulti = "" Then
|
||||
Var CountDownForMulti = 99
|
||||
IF Not#CountDownForMulti = "" Then
|
||||
Var Not#CountDownForMulti = 99
|
||||
EndIf
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
|
|
@ -57,16 +57,12 @@
|
|||
Refresh
|
||||
EndIf
|
||||
|
||||
;DEBUGVAR langfn
|
||||
|
||||
;DEBUGVAR EnableMultiInstance
|
||||
;DEBUGVAR CountDownForMulti
|
||||
|
||||
If EnableMultiInstance = "true" Then
|
||||
If CountDownForMulti = 99 Then
|
||||
|
||||
If Not#CountDownForMulti = 99 Then
|
||||
DEBUGVAR Not#CountDownForMulti
|
||||
|
||||
Else
|
||||
If CountDownForMulti = 1 Then
|
||||
If Not#CountDownForMulti = 1 Then
|
||||
|
||||
OpenRedirect "/taobin_project/xml/page_catalog_group_coffee.xml" "/mnt/sdcard/coffeevending/taobin_project/xml/menutab/coffee.ev"
|
||||
OpenRedirect "/taobin_project/xml/page_catalog_group_tea.xml" "/mnt/sdcard/coffeevending/taobin_project/xml/menutab/tea.ev"
|
||||
|
|
@ -104,8 +100,8 @@
|
|||
TabMenuVisibleInst 99
|
||||
EndIf
|
||||
|
||||
If CountDownForMulti > 0 Then
|
||||
Var CountDownForMulti = CountDownForMulti - 1
|
||||
If Not#CountDownForMulti > 0 Then
|
||||
Var Not#CountDownForMulti = Not#CountDownForMulti - 1
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -125,8 +121,8 @@
|
|||
|
||||
|
||||
EndIf
|
||||
If CountDownForMulti = 99 Then
|
||||
Var CountDownForMulti = 5
|
||||
If Not#CountDownForMulti = 99 Then
|
||||
Var Not#CountDownForMulti = 5
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue