dever 3 年之前
父節點
當前提交
99bc488053
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2 0
      app/mshop/src/My.php
  2. 1 1
      app/shop/database/info.php

+ 2 - 0
app/mshop/src/My.php

@@ -38,6 +38,8 @@ class My extends Core
         $this->data['user'] = $this->user;
         $this->data['shop'] = $this->shop;
 
+        $this->data['shop']['coord_address'] = '';
+
         return $this->data;
     }
 

+ 1 - 1
app/shop/database/info.php

@@ -567,7 +567,7 @@ return array
                 'state' => 1,
             ),
             'type' => 'one',
-            'col' => 'id,name,`desc`,truename,mobile,lng,lat,address,open,worktime,method,gotime,city,area,province,county,town,coupon_city,pdesc,license,food_license,jy_license',
+            'col' => 'id,name,`desc`,truename,mobile,lng,lat,address,open,worktime,method,gotime,city,area,province,county,town,coupon_city,pdesc,license,food_license,jy_license,license_number',
         ),
     ),
 );