|
|
@@ -31,7 +31,8 @@ class LjhController extends BaseController
|
|
|
$actPrice = $custom['actPrice'] ?? 0;
|
|
|
$address = $custom['address'] ?? '';
|
|
|
echo "<tr>";
|
|
|
- echo "<td>{$shopName}</td><td>{$adminName}</td><td>{$mobile}</td><td>{$cover}</td><td>{$actPrice}</td><td>{$address}</td>";
|
|
|
+ echo "<td>{$shopName}</td><td>{$adminName}</td><td>{$mobile}</td>";
|
|
|
+ echo "<td><img src='{$cover}' style='width:30px;height:auto;' /></td><td>{$actPrice}</td><td>{$address}</td>";
|
|
|
echo "</tr>";
|
|
|
}
|
|
|
echo "</table>";
|