...
|
...
|
@@ -172,7 +172,7 @@ class ShopProcess |
|
|
* @param array $data
|
|
|
* @author sefon 2016-4-27 08:38:36
|
|
|
*/
|
|
|
private static function hotProducts($data)
|
|
|
private static function hotProducts_APP($data)
|
|
|
{
|
|
|
foreach ($data as $val) {
|
|
|
self::$shopData['hotList'][] = array(
|
...
|
...
|
|