* Finish task #36477.

This commit is contained in:
tianshujie98
2021-03-09 11:26:07 +08:00
parent de3fe54048
commit 523a414eed
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -47,8 +47,8 @@
foreach($userIdPairs as $userID => $name)
{
if(!$userID) continue;
$searchKey = $withSearch ? ('data-key="' . zget($usersPinYin, $userID, '') . '"') : '';
echo html::a($this->createLink('execution', 'dynamic', "productID=$executionID&type=account&param=$userID"), $name);
$searchKey = $withSearch ? ('data-key="' . zget($usersPinYin, $name, '') . '"') : '';
echo html::a($this->createLink('execution', 'dynamic', "productID=$executionID&type=account&param=$userID"), $name, '', $searchKey);
}
?>
</div>