Files
doodle-mini/miniprogram/components/introduction-popup/introduction-popup.wxml
T
2025-06-18 17:37:01 +08:00

24 lines
751 B
Plaintext

<view class="introduction-popup">
<view class="introduction-popup-title">跟我一起来涂色、识字吧!</view>
<view class="tip-box tip-box--{{currentStep}}"></view>
<toy-button
type="white"
plain
bind:click="toNextStep"
custom-class="btn-next-step">
下一步
</toy-button>
<view class="first-step">
<van-icon
class-prefix="toy-icon"
name="guide"
color="#FFEB3B"
custom-class="guide-icon"
size="100rpx" />
<view class="tip-text">
这里请输入你想让小朋友熟悉的汉字、字母、数字等,点击“确定”
</view>
</view>
<view class="second-step"> </view>
</view>