You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
225 B
4 lines
225 B
<!--pages/setting/notification.wxml-->
|
|
<van-dialog title="温馨提示" message="{{message}}" show-cancel-button show="{{ show }}" confirm-button-text="去续费"
|
|
bind:confirm="onConfirm" bind:close="onClose">
|
|
</van-dialog>
|