|
|
@@ -38,7 +38,7 @@ class LjhController extends BaseController
|
|
|
$time = date("m-d H:i", strtotime($payTime));
|
|
|
echo "<tr><td>{$no}</td><td>{$orderSn}</td>";
|
|
|
echo "<td>{$shopName}</td><td>{$adminName}</td><td>{$mobile}</td>";
|
|
|
- echo "<td><img src='{$url}' style='width:100px;height:auto;' /></td><td>{$actPrice}</td><td>{$time}</td>";
|
|
|
+ echo "<td><img src='{$url}' style='width:100px;height:auto;' /></td><td>¥{$actPrice}</td><td>{$time}</td>";
|
|
|
echo "<td>{$address}</td>";
|
|
|
echo "</tr>";
|
|
|
}
|