14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
<view class="word-input-container">
|
|
<van-icon
|
|
class-prefix="j-icon"
|
|
name="fire"
|
|
custom-class="word-input-icon"
|
|
size="48rpx" />
|
|
<input
|
|
class="word-input"
|
|
type="text"
|
|
placeholder="请输入小朋友喜欢的文字"
|
|
bindconfirm="onConfirm"
|
|
maxlength="6" />
|
|
</view>
|