|
@@ -690,12 +690,6 @@ async function clickGetGiveaways() {
|
|
|
let _userInfo = await checkIsLogin()
|
|
|
if (_userInfo) {
|
|
|
handleFinishRedPacket()
|
|
|
- // 埋点
|
|
|
- Report.reportLog({
|
|
|
- pageSource: Report.pageSource.task_page,
|
|
|
- businessType: Report.businessType.buttonClick,
|
|
|
- objectType: Report.objectType.get_giveaway
|
|
|
- });
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -714,17 +708,11 @@ function handleFinishRedPacket() {
|
|
|
// 埋点
|
|
|
Report.reportLog({
|
|
|
pageSource: Report.pageSource.task_page,
|
|
|
- businessType: Report.businessType.pageView,
|
|
|
+ businessType: Report.businessType.buttonClick,
|
|
|
objectType: Report.objectType.get_giveaway
|
|
|
}, {
|
|
|
get_giveaway_result: Report.extParams.success
|
|
|
});
|
|
|
-
|
|
|
- // 埋点
|
|
|
- Report.reportLog({
|
|
|
- pageSource: Report.pageSource.received_success_page,
|
|
|
- businessType: Report.businessType.pageView,
|
|
|
- });
|
|
|
init()
|
|
|
} else {
|
|
|
let _data = res.data.conditionResult
|
|
@@ -761,7 +749,7 @@ function handleFinishRedPacket() {
|
|
|
// 埋点
|
|
|
Report.reportLog({
|
|
|
pageSource: Report.pageSource.task_page,
|
|
|
- businessType: Report.businessType.pageView,
|
|
|
+ businessType: Report.businessType.buttonClick,
|
|
|
objectType: Report.objectType.get_giveaway
|
|
|
}, {
|
|
|
get_giveaway_result: Report.extParams.failure
|
|
@@ -771,7 +759,7 @@ function handleFinishRedPacket() {
|
|
|
// 埋点
|
|
|
Report.reportLog({
|
|
|
pageSource: Report.pageSource.task_page,
|
|
|
- businessType: Report.businessType.pageView,
|
|
|
+ businessType: Report.businessType.buttonClick,
|
|
|
objectType: Report.objectType.get_giveaway
|
|
|
}, {
|
|
|
get_giveaway_result: Report.extParams.failure
|