harry преди 1 година
родител
ревизия
623b0d9dcd
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      project.tt.json
  2. 3 3
      src/components/VideoSwiper/index.tsx

+ 1 - 1
project.tt.json

@@ -1,7 +1,7 @@
 {
   "miniprogramRoot": "./",
   "projectname": " longvideoImerse",
-  "appid": "testAppId",
+  "appid": "wx46fed622e98fbc6c",
   "setting": {
     "es6": false,
     "minified": false

+ 3 - 3
src/components/VideoSwiper/index.tsx

@@ -560,11 +560,11 @@ function logReportVideoView(video, current, index) {
         }),
         viewId: video.viewId,
         flowPool: video.flowPool || '',
-        measureId: video.measure,
-        measureType: video.measureType,
+        measureId: video.measure || '',
+        measureType: video.measureType || '',
         pageSource: DETAIL_PAGESOURCE,
         recommendLogVO: video.recommendLogVO || '',
-        recommendSource: video.recommendSource,
+        recommendSource: video.recommendSource || '',
         rootPageSource: '', // TODO: 分享之后加上
         rootPageTimestamp: '', // TODO: 分享之后加上
         shareDepth: '', // TODO: 分享之后加上