您好,我正在通过道具将onLocationSelect函数传递给名为“ DropDownSearch”的组件,但是,每当我尝试单击li元素时,onLocationSelect都不会被调用...
li元素中的div是否在意义上“覆盖”了li元素而不被单击?还是这里有其他错误?
do {
$uniq = uniqid();
$query ="select count(*) count from Users where user_id = '" . $uniq ."'";
//execute and do a fetch
} while ($row['count'] > 0);