We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09f961 commit 46af60fCopy full SHA for 46af60f
src/status-show/index.wxml
@@ -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">
+<view wx:if="{{show}}" class="l-status-container l-class {{fullScreen ? 'content': ''}}" style="{{'background:'+bgColor}};{{fullScreen ?'align-items:center;':''}}" mut-bind:tap="tapStatusShow">
2
<block wx:if="{{custom}}">
3
<slot />
4
</block>
@@ -17,4 +17,4 @@
17
<view>去逛逛</view>
18
</l-button>
19
20
-</view>
+</view>
0 commit comments