Commit 7c3cf3de authored by wangtao's avatar wangtao

''

parent 0975e2e4
......@@ -412,6 +412,7 @@ Page({
app.setSharerLog({
source_path: 'src/pages/beforeinvitation/index',
source_id: this.data.tid,
source_type_model: 5,
param: JSON.stringify({
query: `tid=${this.data.tid}&consumerId=${visitor && visitor.id || 0}&w=${app.globalData.currentSchoolStudentId}`
})
......
......@@ -319,6 +319,7 @@ Page({
app.setSharerLog({
source_path: 'src/pages/websiteindex/index',
source_id: this.data.sid,
source_type_model: 1,
param: JSON.stringify({
query: `sid=${this.data.sid}&w=${app.globalData.currentSchoolStudentId}`
})
......
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