Browse Source

视频状态

linwu 9 months ago
parent
commit
ab3fa51823
1 changed files with 1 additions and 1 deletions
  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;
         }