dever 3 éve
szülő
commit
6b7039f92c
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      app/mshop/lib/Buy.php
  2. 1 1
      app/shop/database/buy_order_goods.php

+ 1 - 1
app/mshop/lib/Buy.php

@@ -824,7 +824,7 @@ class Buy
 
         $html .= '</div>';
 
-        return $html;
+        return '<div class="layui-card-body">' . $html . '</div>';
     }
 
     private function table($head, $data)

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

@@ -140,7 +140,7 @@ return array
     (
         'insert' => false,
         'delete' => false,
-        'page_list_table' => 'buy_order_goods',
+        'page_list' => 'buy_order_goods',
     ),
 
     'request' => array