自动代偿去掉提示

This commit is contained in:
zhangjun 2019-06-06 10:38:56 +08:00
parent 616767151c
commit 3f76a271ed

View File

@ -21,7 +21,7 @@ include
function selectno(){
AsDialog.OpenSelector("selectno", "", "dialogWidth=" + parseInt(window.screen.width * 0.3) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px", function(sReturn){
if(!sReturn||sReturn=="_CANCEL_"){
alert(getHtmlMessage('1'));
//alert(getHtmlMessage('1'));
return;
}
sReturn = sReturn.split("@");