dever 3 年之前
父节点
当前提交
fa053dec13
共有 1 个文件被更改,包括 1 次插入0 次删除
  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) {