adv video update
This commit is contained in:
commit
fa6e718e87
26 changed files with 706 additions and 382 deletions
|
|
@ -508,6 +508,17 @@
|
|||
|
||||
TRY "ROOT/taobin_project/speical/call_from_topping.ev"
|
||||
|
||||
|
||||
If show_eng = "true" Then
|
||||
Strlen showname show_name_len
|
||||
If show_name_len > 24 Then
|
||||
Var showname = showname + "###size=54"
|
||||
EndIf
|
||||
Else
|
||||
Var showname = showname + "###size=68"
|
||||
EndIf
|
||||
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
|
@ -899,7 +910,7 @@
|
|||
|
||||
CRLFToSpace showname
|
||||
CRLFToSpace showdesc
|
||||
|
||||
|
||||
|
||||
If SugarSoundFlag = 1 Then
|
||||
If SelectDrinkType = 1 Then
|
||||
|
|
@ -936,7 +947,7 @@
|
|||
Function 2
|
||||
|
||||
|
||||
RefreshAll
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -7750,6 +7761,15 @@
|
|||
DEBUGVAR showname
|
||||
DEBUGVAR showdesc
|
||||
|
||||
If show_eng = "true" Then
|
||||
Strlen showname show_name_len
|
||||
If show_name_len > 24 Then
|
||||
Var showname = showname + "###size=54"
|
||||
EndIf
|
||||
Else
|
||||
Var showname = showname + "###size=68"
|
||||
EndIf
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue