|
@@ -226,6 +226,7 @@ class Api extends Core
|
|
|
|
|
|
$shop_type = $this->shop['type'];
|
|
$shop_type = $this->shop['type'];
|
|
$cur_city = Dever::input('city');
|
|
$cur_city = Dever::input('city');
|
|
|
|
+ $cur_city = $this->shop['city'];
|
|
if ($cur_city) {
|
|
if ($cur_city) {
|
|
$county = Dever::db('area/county')->find($cur_city);
|
|
$county = Dever::db('area/county')->find($cur_city);
|
|
if ($county) {
|
|
if ($county) {
|