dever 6 năm trước cách đây
mục cha
commit
284c14f680
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main/lib/View.php

+ 1 - 1
main/lib/View.php

@@ -15,7 +15,7 @@ class View
         if ($param['type'] == 3) {
             if (isset($param['status']) && $param['status'] == 2) {
                 # 直播中
-                Dever::load('act/lib/watch')->submit($param['uid'], $id, $type);
+                Dever::load('act/lib/watch')->submit($param['uid'], $param['id'], $param['type']);
             }
         }