|
@@ -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'] ?? '';
|