Commit f4eef9f5 authored by 黄奎's avatar 黄奎

页面修改

parent dbe2402e
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
}, },
StudyList: [], StudyList: [],
ReviewList: [], ReviewList: [],
current: 73, current: 0,
readMsg: { readMsg: {
Id: 0, Id: 0,
ClassId: 0, ClassId: 0,
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
if (type == 1) { if (type == 1) {
data.readMsg.PrepNum = n data.readMsg.PrepNum = n
} else { } else {
data.readMsg.ReviewNum = n data.readMsg.ReviewNum = n-data.StudyList.length;
} }
data.readMsg.StudyType = type; data.readMsg.StudyType = type;
proxy.$request('/AppletWords/SetStuWordsPrep', data.readMsg).then(res => { proxy.$request('/AppletWords/SetStuWordsPrep', data.readMsg).then(res => {
......
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