dever 6 年之前
父节点
当前提交
ed4ad671b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;