更新全部静态文本

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

@@ -18,11 +18,11 @@ if(!$cars_id){
$rs1 = db_get_row("select * from cars where id={$cars_id}");
$row1 = db_get_row("select * from yajin where studentid='". $_SESSION["stuname"] ."'");
if (!$row1["id"]) {
goBakMsg("没有交押金");
goBakMsg("没有交预存款");
die;
}else{
if ($row1["price"]<300) {
goBakMsg("押金不够!");
goBakMsg("预存款不够!");
die;
}
}