Skip to content

Commit 46af60f

Browse files
committed
refactor(StatusShow): 修改 bind:tap 为 mut-bind:tap
1 parent b09f961 commit 46af60f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/status-show/index.wxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<view wx:if="{{show}}" class="l-status-container l-class {{fullScreen ? 'content': ''}}" style="{{'background:'+bgColor}};{{fullScreen ?'align-items:center;':''}}" bind:tap="tapStatusShow">
1+
<view wx:if="{{show}}" class="l-status-container l-class {{fullScreen ? 'content': ''}}" style="{{'background:'+bgColor}};{{fullScreen ?'align-items:center;':''}}" mut-bind:tap="tapStatusShow">
22
<block wx:if="{{custom}}">
33
<slot />
44
</block>
@@ -17,4 +17,4 @@
1717
<view>去逛逛</view>
1818
</l-button>
1919
</block>
20-
</view>
20+
</view>

0 commit comments

Comments
 (0)