afa 9 hónapja
szülő
commit
8ba8786322

+ 0 - 1
application/admin/controller/product/Areas.php

@@ -133,7 +133,6 @@ class Areas extends Backend
         Db::startTrans();
         Db::startTrans();
         try {
         try {
             foreach ($list as $item) {
             foreach ($list as $item) {
-
                 $count += $item->delete();
                 $count += $item->delete();
             }
             }
             Db::commit();
             Db::commit();

+ 1 - 1
application/admin/lang/zh-cn/product/areas.php

@@ -7,7 +7,7 @@ return [
     'Area'        => '区域Id',
     'Area'        => '区域Id',
     'County'      => '街道Id',
     'County'      => '街道Id',
     'Status'      => '状态',
     'Status'      => '状态',
-    'Address'     => '地址描述',
+    'Address'     => '区域地址',
     'Create_time' => '创建时间',
     'Create_time' => '创建时间',
     'Update_time' => '更新时间'
     'Update_time' => '更新时间'
 ];
 ];