更新全部静态文本
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
}
|
||||
$row1 = db_get_row("select * from yajin where studentid='". $_POST["studentid"] ."'");
|
||||
if (!$row1["id"]) {
|
||||
goBakMsg("没有交押金!");
|
||||
goBakMsg("没有交预存款!");
|
||||
die;
|
||||
}else{
|
||||
if ($row1["price"]<300) {
|
||||
goBakMsg("押金不够!");
|
||||
goBakMsg("预存款不够!");
|
||||
die;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user