刚测试了,确实有这个bug.
打开user/user_order.asp
找到
If Round(Money)>Round(KSUser.Money) Or Round(Money)<0 Then
%>
<br><br>
<table cellpadding=2 cellspacing=1 border=0 width=400 class='border' align=center>
<tr align='center' class='title'><td height='22'><strong>错误信息</strong></td></tr>
<tr class='tdbg'><td height='100' valign='top'><b>产生错误的可能原因:</b><li>您输入的支付金额超过了您的资金余额,无效支付!</li></td></tr>
<tr align='center' class='tdbg'><td><a href='javascript:history.go(-1)'><< 返回上一页</a></td></tr>
</table>
<%
RS.Close:Set RS=Nothing:Exit Sub
加上红色的就行啦