Commit 4c1777b7 authored by wangxuelai's avatar wangxuelai

'埋点修复'

parent de3f3f70
......@@ -516,5 +516,26 @@ export default [
sharer_source_id: 'sid',
qrcode_source_id: '',
source_type_model: 1
},
{
"root": "src/pages/themeindex/landpage",
"name": "作业打卡营销页",
sharer_source_id: 'tid',
qrcode_source_id: 't',
source_type_model: 1
},
{
"root": "src/pages/calendarthemeindex/landpage",
"name": "日历打卡营销页",
sharer_source_id: 'tid',
qrcode_source_id: 't',
source_type_model: 1
},
{
"root": "src/pages/calendarthemeindex/landpage",
"name": "日历打卡营销页",
sharer_source_id: 'tid',
qrcode_source_id: 't',
source_type_model: 1
}
]
......@@ -227,8 +227,8 @@ Page({
})
}
app.getCurrentSchoolStudentId({
source_id: this.data.sid,
source_type: 7,
source_id: this.data.tid,
source_type: 8,
}).then(() => {
// this.getmycalendar();
this.themeDetail();
......
......@@ -159,8 +159,8 @@ Page({
}
app
.getCurrentSchoolStudentId({
source_id: this.data.sid,
source_type: 7
source_id: this.data.tid,
source_type: 8
})
.then(() => {
this.userShow();
......
......@@ -278,8 +278,8 @@ Page({
})
}
app.getCurrentSchoolStudentId({
source_id: this.data.sid,
source_type: 7,
source_id: this.data.tid,
source_type: 9,
}).then(() => {
this.userShow();
})
......
......@@ -229,8 +229,8 @@ Page({
})
}
app.getCurrentSchoolStudentId({
source_id: this.data.sid,
source_type: 7,
source_id: this.data.tid,
source_type: 8,
}).then(() => {
this.setData({
activitybarloaded: true,
......
......@@ -151,8 +151,8 @@ Page({
}
app
.getCurrentSchoolStudentId({
source_id: this.data.sid,
source_type: 10
source_id: this.data.tid,
source_type: 8
})
.then(() => {
this.setData({
......
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