dever 6 years ago
parent
commit
ed4ad671b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      act/lib/Watch.php

+ 1 - 1
act/lib/Watch.php

@@ -7,7 +7,7 @@ use Dever;
 class Watch
 {
     # 获取当前小刊的观看数
-    public function get(id, $type = 4)
+    public function get($id, $type = 3)
     {
         $where['type'] = $type;
         $where['data_id'] = $id;