Showing
1 changed file
with
1 additions
and
1 deletions
@@ -172,7 +172,7 @@ class ShopProcess | @@ -172,7 +172,7 @@ class ShopProcess | ||
172 | * @param array $data | 172 | * @param array $data |
173 | * @author sefon 2016-4-27 08:38:36 | 173 | * @author sefon 2016-4-27 08:38:36 |
174 | */ | 174 | */ |
175 | - private static function hotProducts($data) | 175 | + private static function hotProducts_APP($data) |
176 | { | 176 | { |
177 | foreach ($data as $val) { | 177 | foreach ($data as $val) { |
178 | self::$shopData['hotList'][] = array( | 178 | self::$shopData['hotList'][] = array( |
-
Please register or login to post a comment