Skip to content

Commit

Permalink
Update FormHelper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
funadmin authored Jul 14, 2022
1 parent 353f1eb commit fdb36f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/FormHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ class="layui-btn layui-btn-warm" lay-filter="cropper" id="' .$id .'">'
<i class="layui-icon layui-icon-close" lay-event="upfileDelete"
data-fileurl="' . $v . '"></i></li>';
break;
case 'image':
case 'images':
$li .= '<li><img lay-event="photos" class="layui-upload-img fl" width="150" src="' . $v . '"></img>
<i class="layui-icon layui-icon-close" lay-event="upfileDelete"
data-fileurl="' . $v . '"></i></li>';
Expand Down

0 comments on commit fdb36f3

Please sign in to comment.