Fix nextpage hurr
This commit is contained in:
parent
3eacf4e3f7
commit
b3be0c6f21
4 changed files with 15 additions and 10 deletions
|
|
@ -78,13 +78,9 @@ Var InstanceTabOpenFile9 = InstanceTabOpenFile9 + "/page_catalog_group_frozen_fr
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Var InstanceTabOpenFile11 = "ROOT/taobin_project/inter/tha/xml/multi/start_up_inst_dummy.lxml"
|
|
||||||
Var InstanceTabOpenFile12 = "ROOT/taobin_project/inter/tha/xml/topview_helper.lxml"
|
Var InstanceTabOpenFile12 = "ROOT/taobin_project/inter/tha/xml/topview_helper.lxml"
|
||||||
Var InstanceTabOpenFile10 = "ROOT/taobin_project/inter/tha/xml/multi/start_up_inst_dummy.lxml"
|
|
||||||
|
|
||||||
|
|
||||||
Var InstanceTabOpenFile14 = "ROOT/taobin_project/inter/tha/xml/multi/start_up_inst_dummy.lxml"
|
|
||||||
Var InstanceTabOpenFile15 = "ROOT/taobin_project/inter/tha/xml/multi/start_up_inst_dummy.lxml
|
|
||||||
Var InstanceTabOpenFile13 = "ROOT/taobin_project/inter/tha/xml/multi/tab_menu.lxml"
|
Var InstanceTabOpenFile13 = "ROOT/taobin_project/inter/tha/xml/multi/tab_menu.lxml"
|
||||||
|
|
||||||
TabMenuVisibleInst 99
|
TabMenuVisibleInst 99
|
||||||
|
|
|
||||||
|
|
@ -66,14 +66,17 @@
|
||||||
If CupOnArm = "true" Then
|
If CupOnArm = "true" Then
|
||||||
If RecommendTimeOut > 9 Then
|
If RecommendTimeOut > 9 Then
|
||||||
SAVELOG "COA9"
|
SAVELOG "COA9"
|
||||||
|
Var NextPageAlternate = NextPage
|
||||||
Var NextPage = "-"
|
Var NextPage = "-"
|
||||||
Open NextPage
|
Open NextPageAlternate
|
||||||
EndIf
|
EndIf
|
||||||
Else
|
Else
|
||||||
If RecommendTimeOut > 30 Then
|
If RecommendTimeOut > 30 Then
|
||||||
SAVELOG "COA30"
|
SAVELOG "COA30"
|
||||||
|
Var NextPageAlternate = NextPage
|
||||||
Var NextPage = "-"
|
Var NextPage = "-"
|
||||||
Open NextPage
|
Open NextPageAlternate
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
|
||||||
|
|
@ -66,14 +66,17 @@
|
||||||
If CupOnArm = "true" Then
|
If CupOnArm = "true" Then
|
||||||
If RecommendTimeOut > 9 Then
|
If RecommendTimeOut > 9 Then
|
||||||
SAVELOG "COA9"
|
SAVELOG "COA9"
|
||||||
|
Var NextPageAlternate = NextPage
|
||||||
Var NextPage = "-"
|
Var NextPage = "-"
|
||||||
Open NextPage
|
Open NextPageAlternate
|
||||||
EndIf
|
EndIf
|
||||||
Else
|
Else
|
||||||
If RecommendTimeOut > 30 Then
|
If RecommendTimeOut > 30 Then
|
||||||
SAVELOG "COA30"
|
SAVELOG "COA30"
|
||||||
|
Var NextPageAlternate = NextPage
|
||||||
Var NextPage = "-"
|
Var NextPage = "-"
|
||||||
Open NextPage
|
Open NextPageAlternate
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
|
||||||
|
|
@ -68,14 +68,17 @@
|
||||||
If CupOnArm = "true" Then
|
If CupOnArm = "true" Then
|
||||||
If RecommendTimeOut > 9 Then
|
If RecommendTimeOut > 9 Then
|
||||||
SAVELOG "COA9"
|
SAVELOG "COA9"
|
||||||
|
Var NextPageAlternate = NextPage
|
||||||
Var NextPage = "-"
|
Var NextPage = "-"
|
||||||
Open NextPage
|
Open NextPageAlternate
|
||||||
EndIf
|
EndIf
|
||||||
Else
|
Else
|
||||||
If RecommendTimeOut > 30 Then
|
If RecommendTimeOut > 30 Then
|
||||||
SAVELOG "COA30"
|
SAVELOG "COA30"
|
||||||
|
Var NextPageAlternate = NextPage
|
||||||
Var NextPage = "-"
|
Var NextPage = "-"
|
||||||
Open NextPage
|
Open NextPageAlternate
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue