Fix bug page_baord.
This commit is contained in:
parent
7f3389623c
commit
d303e8b6f7
3 changed files with 13 additions and 1 deletions
6
app/game/sync_1.file
Normal file
6
app/game/sync_1.file
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
total 49236
|
||||||
|
-rw-rw---- 1 root sdcard_rw 4081021 2023-09-18 18:44 TAMATIAN-01.gif
|
||||||
|
-rw-rw---- 1 root sdcard_rw 46300183 2024-01-02 17:50 game01.apk
|
||||||
|
-rw-rw---- 1 root sdcard_rw 10 2024-01-02 17:50 need_upgrade
|
||||||
|
-rw-rw---- 1 root sdcard_rw 402 2023-09-18 18:44 readme
|
||||||
|
-rw-rw---- 1 root sdcard_rw 0 2021-03-18 17:26 sync_1.file
|
||||||
|
|
@ -1044,7 +1044,7 @@
|
||||||
If CNTDOWN_PROTECT_SCREEN_BLANK = 0 Then
|
If CNTDOWN_PROTECT_SCREEN_BLANK = 0 Then
|
||||||
|
|
||||||
SAVELOG "CNTDOWN_PROTECT_SCREEN_BLANK"
|
SAVELOG "CNTDOWN_PROTECT_SCREEN_BLANK"
|
||||||
Open "ROOT/taobib_project/xml/page_board.xml"
|
Open "ROOT/taobin_project/xml/page_board.xml"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -335,8 +335,14 @@
|
||||||
Var SelectMenuBetweenBrewEnable1 = "Invisible"
|
Var SelectMenuBetweenBrewEnable1 = "Invisible"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
If SELLSTATUS = "DEACTIVE" Then
|
||||||
|
Var SelectMenuBetweenBrewEnable1Blink = "Invisible"
|
||||||
|
Var SelectMenuBetweenBrewEnable1 = "Invisible"
|
||||||
|
EndIf
|
||||||
|
|
||||||
DEBUGVAR NeedUpgrade
|
DEBUGVAR NeedUpgrade
|
||||||
DEBUGVAR NeedReboot
|
DEBUGVAR NeedReboot
|
||||||
|
DEBUGVAR SELLSTATUS
|
||||||
|
|
||||||
; copy stage
|
; copy stage
|
||||||
Var bg_lidProblem_ST2 = bg_lidProblem_ST
|
Var bg_lidProblem_ST2 = bg_lidProblem_ST
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue