Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
echo
2016-04-20 11:48:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
249af38eed8740abcdfca5d58e16bcf791bf2072
249af38e
1 parent
9c362933
Updated 在线授课单词表同步 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
在线授课单词表同步.md
在线授课单词表同步.md
View file @
249af38
...
...
@@ -8,7 +8,7 @@
{
coursePageType
=
3;//主要是这里,加了一种page类型,TeacherCoursePageTypeKeyWordListPage
pageInfo
=
{
key
W
ordList
=
(
key
w
ordList
=
(
journey,
cycle,
ordinary,
...
...
@@ -38,13 +38,13 @@
```
{
type
=
templateAction;
subType
=
reloadKeyWordListAction
;
command
=
shouldReloadKeyWordList
;
key
W
ordList
=
(
subType
=
keyword
;
command
=
reload
;
key
w
ordList
=
(
unfamiliar,
mysterious
//这里是所有选中的单词数组
);
}
```
学生端收到数据后 reload数组keyWordList里的数据即可
\ No newline at end of file
学生端收到数据后 reload数组keywordList里的数据即可
\ No newline at end of file
...
...
Please
register
or
login
to post a comment