|
@@ -41,6 +41,13 @@ class Info_College extends Object_ext{
|
|
* @var type
|
|
* @var type
|
|
*/
|
|
*/
|
|
public $progress = 0;
|
|
public $progress = 0;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 年级奖励领取记录
|
|
|
|
+ * @var type
|
|
|
|
+ */
|
|
|
|
+ public $collegeRewardList = array();
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 构造函数
|
|
* 构造函数
|
|
* @param type $args
|
|
* @param type $args
|
|
@@ -97,11 +104,13 @@ class Info_College extends Object_ext{
|
|
// $this->initCompMissCardDic();
|
|
// $this->initCompMissCardDic();
|
|
// $this->progress = 0;
|
|
// $this->progress = 0;
|
|
// } else {
|
|
// } else {
|
|
- $this->collegeId += 1;
|
|
|
|
- $newCollegeDic = GameConfig::college_getItem($this->collegeId);
|
|
|
|
- $cList = explode(',', $newCollegeDic->cList);
|
|
|
|
- $this->courseId = $cList[0];
|
|
|
|
- $this->initCompMissCardDic();
|
|
|
|
|
|
+
|
|
|
|
+ $this->collegeRewardList[] = $this->collegeId;
|
|
|
|
+ $this->collegeId += 1;
|
|
|
|
+ $newCollegeDic = GameConfig::college_getItem($this->collegeId);
|
|
|
|
+ $cList = explode(',', $newCollegeDic->cList);
|
|
|
|
+ $this->courseId = $cList[0];
|
|
|
|
+ $this->initCompMissCardDic();
|
|
// }
|
|
// }
|
|
}
|
|
}
|
|
|
|
|