feat: 按钮增加white类型

This commit is contained in:
2025-06-18 16:28:17 +08:00
parent c0c55fb4f1
commit 526ad49981
5 changed files with 70 additions and 6 deletions
@@ -11,5 +11,12 @@
<view class="tip-text">
这里请输入你想让小朋友熟悉的汉字、字母、数字等,点击“确定”
</view>
<toy-button
type="white"
plain
bind:click="toNextStep"
custom-class="btn-next-step">
下一步
</toy-button>
</view>
</view>