shish %!s(int64=3) %!d(string=hai) anos
pai
achega
ecb2dc0df9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app-pt/controllers/LjhController.php

+ 1 - 1
app-pt/controllers/LjhController.php

@@ -21,7 +21,7 @@ class LjhController extends BaseController
         if (empty($list)) {
             echo '暂无报名';
         }
-        echo "<table>";
+        echo "<table border='1'>";
         echo "<tr><th>花店名称</th><th>姓名</th><th>手机号</th><th>头像</th><th>报名费</th><th>地址</th></tr>";
         foreach ($list as $custom) {
             $shopName = $custom['name'] ?? '';