dever 6 years ago
parent
commit
0a93b07d3e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      youzan/database/card.php
  2. 1 1
      youzan/src/Card.php

+ 1 - 1
youzan/database/card.php

@@ -136,7 +136,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '延迟开始的时间',
 			'match' 	=> 'option',
-			'update'	=> 'text',
+			//'update'	=> 'text',
 		),
 
 		'hr2'		=> array

+ 1 - 1
youzan/src/Card.php

@@ -101,7 +101,7 @@ class Card
 			$info['date_type'] = 1;
 
 			$info['expire_notice'] = $info['expire_notice'] - 1;
-			//$info['fixed_begin_term'] = 0;
+			$info['fixed_begin_term'] = 0;
 			//$info['fixed_term'] = 0;
 
 			if ($info['fixed_term']) {