|
@@ -63,9 +63,9 @@ class ActiveProc {
|
|
*/
|
|
*/
|
|
static function GetShenmiaoData() {
|
|
static function GetShenmiaoData() {
|
|
$req = req();
|
|
$req = req();
|
|
- //$shenmiaoInfo = $req->userInfo->game->shenmiao;
|
|
|
|
|
|
+ $shenmiaoInfo = $req->userInfo->game->shenmiao;
|
|
|
|
|
|
- $shenmiaoInfo = new Info_ShenMiao();
|
|
|
|
|
|
+ //$shenmiaoInfo = new Info_ShenMiao();
|
|
$shenmiaoInfo->initActiveItem();
|
|
$shenmiaoInfo->initActiveItem();
|
|
$req->userInfo->game->shenmiao = $shenmiaoInfo;
|
|
$req->userInfo->game->shenmiao = $shenmiaoInfo;
|
|
|
|
|