mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 13:54:09 +08:00
调整tips
This commit is contained in:
parent
cd5423b9b7
commit
f5d1c963b9
@ -206,7 +206,7 @@ static void set_paging( int top, int len )
|
|||||||
unsigned current = top / CONTAINER_MAX_LINES;
|
unsigned current = top / CONTAINER_MAX_LINES;
|
||||||
char buf[32];
|
char buf[32];
|
||||||
ee_snprintf( buf, sizeof(buf), "页码:%d/%d", current+1, total );
|
ee_snprintf( buf, sizeof(buf), "页码:%d/%d", current+1, total );
|
||||||
dynamic_tips( buf );
|
if( total > 1 ) dynamic_tips( buf );
|
||||||
|
|
||||||
screen_clean();
|
screen_clean();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user