Files
quinn-wx/pages/message/index.wxml
2022-12-14 19:39:14 +08:00

10 lines
471 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--pages/message/index.wxml-->
<t-message id="t-message" />
<t-empty t-class="empty-cls" icon="{{isClick ? 'check-circle' : 'error-circle'}}" description="{{isClick ? '请关注公众号回复【VIP】' : '开通会员享受完整功能'}}">
<t-button wx:if="{{!isClick}}" slot="action" theme="danger" variant="plain" bind:tap="startVipButton">开通会员</t-button>
</t-empty>
<t-toast id="t-toast" />
<view>
<foot-tab iconList="{{aIconList}}"/>
</view>