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; }