* adjust for bind ding user.

This commit is contained in:
wangyidong
2020-05-29 13:12:52 +08:00
parent 42d74e9580
commit 6b0bd6878b
2 changed files with 41 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
}
?>
<td colspan="2">
<?php echo '<span class="label label-badge label-primary label-outline">' . $useridPairs[$userid] . '</span>';?>
<?php echo '<span class="label label-badge label-primary label-outline">' . zget($useridPairs, $userid) . '</span>';?>
<?php echo html::input("userid[{$user->account}]", $userid, 'class="form-control hidden"');?>
</td>
<td class='text-center c-actions'><?php echo '<button class="btn bind" type="button" data-value="userid[' . $user->account . ']"><i class="icon-common-edit icon-edit"></i></button>';?></td>