Showing
1 changed file
with
7 additions
and
0 deletions
@@ -20,6 +20,7 @@ type:templateAction(模板动作) | @@ -20,6 +20,7 @@ type:templateAction(模板动作) | ||
20 | command:clickButton | 20 | command:clickButton |
21 | controlId:WordExplanationTextSwitcher | 21 | controlId:WordExplanationTextSwitcher |
22 | index:2(保证页面内消息按顺序) | 22 | index:2(保证页面内消息按顺序) |
23 | +pageIndex:1 | ||
23 | } | 24 | } |
24 | 25 | ||
25 | { | 26 | { |
@@ -27,6 +28,7 @@ type:templateAction | @@ -27,6 +28,7 @@ type:templateAction | ||
27 | command:tap | 28 | command:tap |
28 | controlId: WordExplanationImage1 | 29 | controlId: WordExplanationImage1 |
29 | index:2(保证页面内消息按顺序) | 30 | index:2(保证页面内消息按顺序) |
31 | +pageIndex:1 | ||
30 | } | 32 | } |
31 | 33 | ||
32 | { | 34 | { |
@@ -34,6 +36,7 @@ type:templateAction | @@ -34,6 +36,7 @@ type:templateAction | ||
34 | command:doubleTap | 36 | command:doubleTap |
35 | controlId:WordExplanationImage1 | 37 | controlId:WordExplanationImage1 |
36 | index:2(保证页面内消息按顺序) | 38 | index:2(保证页面内消息按顺序) |
39 | +pageIndex:1 | ||
37 | } | 40 | } |
38 | 41 | ||
39 | { | 42 | { |
@@ -42,6 +45,7 @@ command:clickSegmentedControl | @@ -42,6 +45,7 @@ command:clickSegmentedControl | ||
42 | controlId:WordCompareSegmentedControl | 45 | controlId:WordCompareSegmentedControl |
43 | parameter:1(在这里是分段的索引) | 46 | parameter:1(在这里是分段的索引) |
44 | index:2(保证页面内消息按顺序) | 47 | index:2(保证页面内消息按顺序) |
48 | +pageIndex:1 | ||
45 | } | 49 | } |
46 | 50 | ||
47 | { | 51 | { |
@@ -50,6 +54,7 @@ command:gotoSpecifiedScrollViewPage | @@ -50,6 +54,7 @@ command:gotoSpecifiedScrollViewPage | ||
50 | controlId:LogicTreeScrellView | 54 | controlId:LogicTreeScrellView |
51 | parameter:3(在这里是页码) | 55 | parameter:3(在这里是页码) |
52 | index:2(保证页面内消息按顺序) | 56 | index:2(保证页面内消息按顺序) |
57 | +pageIndex:1 | ||
53 | } | 58 | } |
54 | ``` | 59 | ``` |
55 | 60 | ||
@@ -67,6 +72,7 @@ index:2(保证页面内消息按顺序) | @@ -67,6 +72,7 @@ index:2(保证页面内消息按顺序) | ||
67 | subType:playerAction | 72 | subType:playerAction |
68 | command:play | 73 | command:play |
69 | index:2 | 74 | index:2 |
75 | + pageIndex:1 | ||
70 | } | 76 | } |
71 | 77 | ||
72 | { | 78 | { |
@@ -75,5 +81,6 @@ index:2(保证页面内消息按顺序) | @@ -75,5 +81,6 @@ index:2(保证页面内消息按顺序) | ||
75 | command:progress | 81 | command:progress |
76 | parameter:进度百分比(这个应该更通用) | 82 | parameter:进度百分比(这个应该更通用) |
77 | index:2 | 83 | index:2 |
84 | + pageIndex:1 | ||
78 | } | 85 | } |
79 | ``` | 86 | ``` |
-
Please register or login to post a comment