dever 6 年之前
父節點
當前提交
6be98261ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      act/lib/Score.php

+ 1 - 1
act/lib/Score.php

@@ -49,7 +49,7 @@ class Score
         $user_log = Dever::db('score/user_log')->one($user_log_id);
 
         if ($user_log) {
-            if ($method == 'share') {
+            if ($method == 'share' || $method == 'pay' || $method == 'code') {
                 # 活动结束后,无法增加当前小刊积分
                 if ($type == 4) {
                     $journal = Dever::db('journal/active')->one(array('info_id' => $id, 'state' => 1));