There was an error while loading. Please reload this page.
1 parent 5f2f0a3 commit 2bd78e2Copy full SHA for 2bd78e2
src/half-screen-dialog/half-screen-dialog.wxml
@@ -19,7 +19,7 @@
19
</view>
20
21
<view class="weui-half-screen-dialog__bd">
22
- <block wx:if="{{title}}">
+ <block wx:if="{{desc}}">
23
<view class="weui-half-screen-dialog__desc">{{desc}}</view>
24
<view class="weui-half-screen-dialog__tips">{{tips}}</view>
25
</block>
0 commit comments