This commit is contained in:
libccy 2017-03-27 16:39:39 +08:00
parent f706f04ca6
commit e08ea8ff58
1 changed files with 3 additions and 1 deletions

View File

@ -12602,7 +12602,9 @@
return null;
},
getCards:function(arg1,arg2){
arg1=arg1||'he';
if(typeof arg1!='string'){
arg1='he';
}
var cards=[],cards1=[];
var i,j;
for(i=0;i<arg1.length;i++){