Commit 3916a309 authored by lvtz's avatar lvtz

fix

parent d6b9c1f5
......@@ -1392,7 +1392,6 @@ Page({
mode_id: this.data.tid,
page: 1,
perPage: 20,
school_id: this.data.sid,
student_id: this.data.studentId
})
}).then((res) => {
......@@ -2639,7 +2638,7 @@ Page({
// 排行榜
goRankList () {
wx.navigateTo({
url: `/src/pages/unlockranklist/index?tid=${this.data.tid}&sid=${this.data.circleInfo.school_id}`
url: `/src/pages/unlockranklist/index?tid=${this.data.tid}&sid=${this.data.sid}`
});
},
// 全部课时
......@@ -2753,7 +2752,7 @@ Page({
activityLog({
type: 23,
open_id: visitor && visitor.openid,
school_id: this.data.circleInfo.school_id,
school_id: this.data.sid,
remark: ''
})
}
......
This diff is collapsed.
This diff is collapsed.
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