Showing
1 changed file
with
4 additions
and
2 deletions
| @@ -31,6 +31,7 @@ pageIndex:1 | @@ -31,6 +31,7 @@ pageIndex:1 | ||
| 31 | 31 | ||
| 32 | { | 32 | { |
| 33 | type:templateAction | 33 | type:templateAction |
| 34 | +subtype:basic | ||
| 34 | command:doubleTap | 35 | command:doubleTap |
| 35 | controlId:WordExplanationImage1 | 36 | controlId:WordExplanationImage1 |
| 36 | index:2(保证页面内消息按顺序) | 37 | index:2(保证页面内消息按顺序) |
| @@ -39,7 +40,8 @@ pageIndex:1 | @@ -39,7 +40,8 @@ pageIndex:1 | ||
| 39 | 40 | ||
| 40 | { | 41 | { |
| 41 | type:templateAction | 42 | type:templateAction |
| 42 | -command:clickSegmentedControl | 43 | +subtype:basic |
| 44 | +command:selectOptions | ||
| 43 | controlId:WordCompareSegmentedControl | 45 | controlId:WordCompareSegmentedControl |
| 44 | parameter:1(在这里是分段的索引) | 46 | parameter:1(在这里是分段的索引) |
| 45 | index:2(保证页面内消息按顺序) | 47 | index:2(保证页面内消息按顺序) |
| @@ -48,7 +50,7 @@ pageIndex:1 | @@ -48,7 +50,7 @@ pageIndex:1 | ||
| 48 | 50 | ||
| 49 | { | 51 | { |
| 50 | type:templateAction | 52 | type:templateAction |
| 51 | -subtyp:basic | 53 | +subtype:basic |
| 52 | command:gotoScrollPage | 54 | command:gotoScrollPage |
| 53 | controlId:LogicTreeScrellView | 55 | controlId:LogicTreeScrellView |
| 54 | parameter:3(在这里是页码) | 56 | parameter:3(在这里是页码) |
-
Please register or login to post a comment