This commit is contained in:
wangwei01 2019-07-04 17:35:21 +08:00
parent e631b60ba7
commit 3516aa0b31

View File

@ -407,10 +407,6 @@ class SkinController{
phpcommon\sendError(ERR_USER_BASE + 2,'没有这个皮肤'); phpcommon\sendError(ERR_USER_BASE + 2,'没有这个皮肤');
return; return;
} }
if($s['skin_experience'] == 0){
phpcommon\sendError(ERR_USER_BASE + 3,'皮肤不可以体验');
return;
}
$time = 0; $time = 0;
$ex_level = 0; $ex_level = 0;
$ex_type = 0; $ex_type = 0;