Commit c94f70da authored by 黄奎's avatar 黄奎

页面修改

parent 26a9a5e1
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
}, },
StudyList: [], StudyList: [],
ReviewList: [], ReviewList: [],
//当前学习索引
current: 0, current: 0,
readMsg: { readMsg: {
Id: 0, Id: 0,
...@@ -61,6 +62,7 @@ ...@@ -61,6 +62,7 @@
proxy.$request('/AppletWords/GetStudyWords', data.msg).then(res => { proxy.$request('/AppletWords/GetStudyWords', data.msg).then(res => {
data.StudyList = res.Data.StudyList data.StudyList = res.Data.StudyList
data.ReviewList = res.Data.ReviewList data.ReviewList = res.Data.ReviewList
data.current=res.Data.StartIndex
}) })
}, },
swiperChange(val) { swiperChange(val) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment