shish 3 years ago
parent
commit
ecb2dc0df9
1 changed files with 1 additions and 1 deletions
  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)) {
         if (empty($list)) {
             echo '暂无报名';
             echo '暂无报名';
         }
         }
-        echo "<table>";
+        echo "<table border='1'>";
         echo "<tr><th>花店名称</th><th>姓名</th><th>手机号</th><th>头像</th><th>报名费</th><th>地址</th></tr>";
         echo "<tr><th>花店名称</th><th>姓名</th><th>手机号</th><th>头像</th><th>报名费</th><th>地址</th></tr>";
         foreach ($list as $custom) {
         foreach ($list as $custom) {
             $shopName = $custom['name'] ?? '';
             $shopName = $custom['name'] ?? '';