diff --git a/webapp/controller/SkinController.class.php b/webapp/controller/SkinController.class.php index 7b2d0d4..b9b23b1 100644 --- a/webapp/controller/SkinController.class.php +++ b/webapp/controller/SkinController.class.php @@ -407,10 +407,6 @@ class SkinController{ phpcommon\sendError(ERR_USER_BASE + 2,'没有这个皮肤'); return; } - if($s['skin_experience'] == 0){ - phpcommon\sendError(ERR_USER_BASE + 3,'皮肤不可以体验'); - return; - } $time = 0; $ex_level = 0; $ex_type = 0;