shish 3 yıl önce
ebeveyn
işleme
ecb2dc0df9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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'] ?? '';