Commit 08392407 authored by lvtz's avatar lvtz

fix

parent cfb95af2
......@@ -2398,8 +2398,7 @@ Page({
id: (data.land_content && data.land_content.id) || 0,
title: (data.land_content && data.land_content.title) || ''
},
// lockSubjectLists: this.data.lockSubjects.slice(this.data.currentSortIndex * 10, this.data.currentSortIndex * 10 + 10),
lockSubjectLists: data.subjects.slice(this.data.currentSortIndex * 10, this.data.currentSortIndex * 10 + 10),
lockSubjectLists: lockSubjects.slice(this.data.currentSortIndex * 10, this.data.currentSortIndex * 10 + 10)
})
console.log(this.data.lockSubjects,this.data.lockSubjectLists,'关卡',this.data.currentSortIndex * 10, this.data.currentSortIndex * 10 + 10)
......
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