示例#1
0
 public function startLottery()
 {
     parent::startLottery($this->activityType);
 }
示例#2
0
 public function cheat()
 {
     parent::cheat($this->activityType);
     $this->display();
 }