个人消息
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!--pages/message/index.wxml-->
|
||||
<t-message id="t-message" />
|
||||
<t-empty t-class="empty-cls" icon="{{isClick ? 'check-circle' : 'error-circle'}}" description="开通会员解锁完整功能">
|
||||
<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" />
|
||||
|
||||
Reference in New Issue
Block a user