@@ -37,6 +37,7 @@ function checkParams(config) {
appVersionCode,
loginUid: uid,
uid,
+ appType:1,
machineCode: mid,
pageSource: pageSource || ''
}
@@ -62,6 +63,7 @@ function checkParams(config) {
@@ -641,10 +641,6 @@ function handleRedPacket() {
if (res.code == 0) {
data.status = 'opened'
data.money = res.data.receiveAmount
- Report.reportLog({
- pageSource: Report.pageSource.task_page,
- businessType: Report.businessType.pageView,
- });
init()
} else {
handleErrorCode(res)