Skip to content

Commit

Permalink
fix: 调整展示关闭的判断
Browse files Browse the repository at this point in the history
  • Loading branch information
uxsi committed Jan 13, 2023
1 parent 6dbe2d6 commit 5714525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/picker/picker.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<div class="weui-mask"></div>
<div class="weui-half-screen-dialog weui-picker" role="dialog" aria-modal="true" tabindex="-1">
<div class="weui-half-screen-dialog__hd">
<% if(showClose){ %>
<div class="weui-half-screen-dialog__hd__side">
<% if(showClose){ %>
<button class="weui-btn_icon weui-wa-hotarea"><%= closeText %><i class="weui-icon-close-thin"></i></button>
<% } %>
</div>
<% } %>
<div class="weui-half-screen-dialog__hd__main">
<strong class="weui-half-screen-dialog__title"><%= title %></strong>
<span class="weui-half-screen-dialog__subtitle"><%= desc %></span>
Expand Down

0 comments on commit 5714525

Please sign in to comment.