Commit a4eef9b6 authored by liuyuzhen's avatar liuyuzhen

分类测试

parent 1459c791
......@@ -61,7 +61,7 @@ class ClassStoreServiceModel extends \Business\AbstractModel{
}
if(!isset($newGcStoreList[$gcId])){
$newGcStoreList[$gcId]['gcName'] = htmlspecialchars_decode($store['gcName']);
$newGcStoreList[$gcId]['gcImg'] = \Our\Common::getStaticFile(\Our\ImageConst::categoryHeadPicPrefix.$store['gcId'].\Our\NameConst::jpgSuffix,\Our\ImageConst::defaultPath);
$newGcStoreList[$gcId]['gcImg'] = \Our\Common::getStaticFile(\Our\ImageConst::categoryHeadPicPrefix.$gcId.\Our\NameConst::jpgSuffix,\Our\ImageConst::defaultPath);
}
unset($store['gcName']);
unset($store['gcId']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment