|
@@ -39,9 +39,9 @@ class ShopProc {
|
|
|
public static function Shop_GateGift_ShowGateId() {
|
|
|
list($gateId) = req()->paras;
|
|
|
|
|
|
- my_Assert(StlUtil::dictHasProperty(ctx()->gates->GateList,$gateId), ErrCode::active_const_no_err);
|
|
|
- $mo = GameConfig::shop_gategift_getItem($gateId);
|
|
|
- my_Assert($mo != null, ErrCode::err_const_no);
|
|
|
+ //my_Assert(StlUtil::dictHasProperty(ctx()->gates->GateList,$gateId), ErrCode::active_const_no_err);
|
|
|
+ //$mo = GameConfig::shop_gategift_getItem($gateId);
|
|
|
+ //my_Assert($mo != null, ErrCode::err_const_no);
|
|
|
|
|
|
ctx()->privateState->shop_gateGift_showGateId = $gateId;
|
|
|
|