|
@@ -189,24 +189,25 @@ export default {
|
|
|
},
|
|
|
});
|
|
|
}, 500);
|
|
|
- }
|
|
|
- Report.reportLog({
|
|
|
- baseInfo: {
|
|
|
- appVersionCode: appVersionCode,
|
|
|
- mid: this.mid,
|
|
|
- pageSource: this.pageSource,
|
|
|
- appType,
|
|
|
- machineCode: this.mid,
|
|
|
- },
|
|
|
- params: {
|
|
|
- eventData: {
|
|
|
- businessType: Report.businessType.pageView,
|
|
|
- postId: this.detail.postId,
|
|
|
- srcContentId: this.detail.srcContentId,
|
|
|
- redPacketType: 4,
|
|
|
+ } else {
|
|
|
+ Report.reportLog({
|
|
|
+ baseInfo: {
|
|
|
+ appVersionCode: appVersionCode,
|
|
|
+ mid: this.mid,
|
|
|
+ pageSource: this.pageSource,
|
|
|
+ appType,
|
|
|
+ machineCode: this.mid,
|
|
|
},
|
|
|
- },
|
|
|
- });
|
|
|
+ params: {
|
|
|
+ eventData: {
|
|
|
+ businessType: Report.businessType.pageView,
|
|
|
+ postId: this.detail.postId,
|
|
|
+ srcContentId: this.detail.srcContentId,
|
|
|
+ redPacketType: 4,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ });
|
|
|
+ }
|
|
|
},
|
|
|
methods: {
|
|
|
clickBtn() {
|
|
@@ -225,7 +226,6 @@ export default {
|
|
|
postId: this.detail.postId,
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
redPacketType: 4,
|
|
|
- shareLinkId: window.location.href,
|
|
|
},
|
|
|
},
|
|
|
});
|