rabin 3 년 전
부모
커밋
5abb099498
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/shop/src/My.php

+ 1 - 0
app/shop/src/My.php

@@ -24,6 +24,7 @@ class My extends Core
 		//$this->data['card_num'] = Dever::db('card/code')->total(array('dh_uid' => $this->uid));
 		$this->data['card_num'] = 0;
 		if ($card) {
+			$time = time();
 			foreach ($card as $k => $v) {
 				$v['info'] = Dever::db('card/info')->find($v['card_id']);
                 if (!$v['info']) {