dever 3 years ago
parent
commit
fa053dec13
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/card/src/Api.php

+ 1 - 0
app/card/src/Api.php

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