Authored by yangyang

修复order一个小问题

@@ -520,7 +520,7 @@ class HomeController extends AbstractAction @@ -520,7 +520,7 @@ class HomeController extends AbstractAction
520 { 520 {
521 echo " "; 521 echo " ";
522 } 522 }
523 - elseif ($page = 1) 523 + elseif ($page == 1)
524 { 524 {
525 $order['walkwayUrl'] = self::strollAction(); 525 $order['walkwayUrl'] = self::strollAction();
526 } 526 }