Skip to content

Commit

Permalink
Update lineheadquery_soli.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zhrrobert committed May 1, 2023
1 parent d00886a commit cbb4655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/Seller/Communityhead/lineheadquery_soli.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
var p_html = '';
p_html+= '<div class="multi-audio-item" style="width: auto;margin-right: 20px" data-id="'+json_obj.id+'">';
p_html+= ' <div class="input-group" style="display: flex;">';
p_html+= ' <input type="text" class="btn btn-primary img-textname" readonly="" value="'+json_obj.community_name+'">';
p_html+= ' <input type="text" class="btn btn-primary img-textname text-white" readonly="" value="'+json_obj.community_name+'">';
p_html+= ' <input type="hidden" class="mult_heads" value="'+json_obj.id+'" name="head_id[]">';
p_html+= ' <button class="close m-l-5" style="height:10px;width:10px;cursor:pointer" data-dismiss="modal" aria-label="Close" data-id="'+json_obj.id+'" onclick="cancle_head(this, '+json_obj.id+')" type="button" title="删除该团长"><span aria-hidden="true">×</span></button>';
p_html+= ' </div>';
Expand Down

0 comments on commit cbb4655

Please sign in to comment.