8 lines
266 B
Plaintext
8 lines
266 B
Plaintext
<!--components/input/index.wxml-->
|
|
<van-field
|
|
value="{{ value }}"
|
|
placeholder="请输入本次读数"
|
|
bind:change="onChange"
|
|
border="{{false}}"
|
|
custom-style="border: 1rpx solid #ccc; padding: 2px 14rpx; font-size: 32rpx; border-radius: 10rpx;"
|
|
/> |