|
|
@@ -34,7 +34,7 @@ class LjhController extends BaseController
|
|
|
$url = $apiHost . $cover;
|
|
|
echo "<tr>";
|
|
|
echo "<td>{$shopName}</td><td>{$adminName}</td><td>{$mobile}</td>";
|
|
|
- echo "<td><img src='{$url}' style='width:30px;height:auto;' /></td><td>{$actPrice}</td><td>{$address}</td>";
|
|
|
+ echo "<td><img src='{$url}' style='width:100px;height:auto;' /></td><td>{$actPrice}</td><td>{$address}</td>";
|
|
|
echo "</tr>";
|
|
|
}
|
|
|
echo "</table>";
|