From 423aa1ece03912d8bb8bda11bd1acf8dc3b59b3c Mon Sep 17 00:00:00 2001 From: wu ming <569287825@qq.com> Date: Thu, 16 Feb 2017 08:57:23 +0800 Subject: [PATCH] =?UTF-8?q?---=E6=A0=A1=E9=AA=8C=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/system/ts/systemVerification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/system/ts/systemVerification.ts b/plugins/system/ts/systemVerification.ts index 8aa85fa5..c94b90f4 100644 --- a/plugins/system/ts/systemVerification.ts +++ b/plugins/system/ts/systemVerification.ts @@ -229,7 +229,7 @@ module System{ } /** */ - if(item.payResultLast == 1){ + /*if(item.payResultLast == 1){ Configs.customAlert("提示", "操作失败:选择的系统存在不需要校验的系统", '',null, 0, "error"); return; }