* Fix bug.

This commit is contained in:
tianshujie98
2021-03-11 15:45:34 +08:00
parent d5387d914a
commit 4169ae44c8
+1 -1
View File
@@ -47,7 +47,7 @@
foreach($userIdPairs as $userID => $name)
{
if(!$userID) continue;
$searchKey = $withSearch ? ('data-key="' . zget($usersPinYin, $userID, '') . '"') : '';
$searchKey = $withSearch ? ('data-key="' . zget($usersPinYin, $name, '') . '"') : '';
echo html::a($this->createLink('product', 'dynamic', "productID=$productID&type=account&param=$userID"), $name, '', $searchKey);
}
?>