...
|
...
|
@@ -79,7 +79,7 @@ class Shop extends Api |
|
|
*/
|
|
|
public function LeftList()
|
|
|
{
|
|
|
$Array = Db::name('season_hot')->select();
|
|
|
$Array = Db::name('season_hot')->order('weigh desc')->select();
|
|
|
$List = [];
|
|
|
if (!empty($Array)) {
|
|
|
foreach ($Array as $k => $v) {
|
...
|
...
|
|