更新全部静态文本

This commit is contained in:
2025-04-09 23:11:12 +08:00
parent a4f8ba4440
commit 188fe51b24
23 changed files with 78 additions and 651 deletions

View File

@@ -31,14 +31,14 @@
if ($row["id"]) {
if($row["price"]<300)
{
echo("您的押金为: ".$row["price"]." 元,请充值!!");
echo("您的预存款为: ".$row["price"]." 元,请充值!!");
}
else
{
echo("您的押金为: ".$row["price"]." 元!!");
echo("您的预存款为: ".$row["price"]." 元!!");
}
}
else{echo("请先缴纳300元押金谢谢!!");}
else{echo("请先缴纳300元预存款谢谢!!");}
?>
</div>