From cfd4368fe52a8f6ed6ffdd0273cb48e6abdf48de Mon Sep 17 00:00:00 2001 From: tping Date: Wed, 27 Jan 2021 16:20:43 +0800 Subject: [PATCH] 1 --- .../Admin/Controller/SocietyInfoController.class.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Application/Admin/Controller/SocietyInfoController.class.php b/Application/Admin/Controller/SocietyInfoController.class.php index a1fbcc8d5..3dfa084ae 100644 --- a/Application/Admin/Controller/SocietyInfoController.class.php +++ b/Application/Admin/Controller/SocietyInfoController.class.php @@ -316,12 +316,6 @@ class SocietyInfoController extends ThinkController if (empty($save['game_types'])) { $this->error("游戏类型为必填项"); } - foreach ($save['game_types'] as $v) { - $save['game_type'] .= $v . "/"; - } - - $save['game_type'] = trim($save['game_type'], '/'); -// dump($save['game_type']);die(); if ($save['province'] == "请选择省份") $save['province'] = ''; if ($save['city'] == "请选择城市") $save['city'] = ''; foreach ($save['game_types'] as $v) {