dever 7 years ago
parent
commit
23516110f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youzan/src/Card.php

+ 1 - 1
youzan/src/Card.php

@@ -56,7 +56,7 @@ class Card
 					Dever::alert('error');
 				} else {
 					$list = Dever::db('youzan/card_list')->getAll(array('option_card_id' => $info['id'], 'option_status' => 1));
-					print_r($list);die;
+					print_r($info);die;
 					$key = array_rand($list);
 					if (isset($list[$key]) && $list[$key]) {
 						$card = $list[$key];