Browse Source

视频状态

linwu 9 tháng trước cách đây
mục cha
commit
ab3fa51823
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/mobile/controller/Soldier.php

+ 1 - 1
app/mobile/controller/Soldier.php

@@ -135,7 +135,7 @@ class Soldier extends MobileBaseController
                 'video_id' => $id,
                 'status'   => SoldierVideoWatchModel::STATUS_NO_FINISHED,
             ]);
-            $video['watch_status'] = 1;
+            $video['watch_status'] = 2;
         } else {
             $video['watch_status'] = $watch_status;
         }