dever 6 years ago
parent
commit
6be98261ca
1 changed files with 1 additions and 1 deletions
  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));