From b467230523935b833b77b6da914e2014a37f02a9 Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Tue, 5 Nov 2019 17:31:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=960?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/View/default/UserH/platform_pay_show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Sdk/View/default/UserH/platform_pay_show.html b/Application/Sdk/View/default/UserH/platform_pay_show.html index 3d0b6cc0..f2eac295 100644 --- a/Application/Sdk/View/default/UserH/platform_pay_show.html +++ b/Application/Sdk/View/default/UserH/platform_pay_show.html @@ -66,7 +66,7 @@ showerror("金额不能为空"); return ; } - if (!$("#money").val() < 0) { + if (!$("#money").val() <= 0) { showerror("金额有误"); return ; }