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.
 

13 lines
779 B

<!--pages/permissions/permissions.wxml-->
<view class="addword">
<van-field value="{{ password }}" type="number" placeholder="请输入6位数字密码" label="密码" border="{{ true }}" bind:change="onChange" maxlength="6" />
<picker mode="date" value="{{starttime}}" start="{{minDate}}" bindchange="bindDateChange">
<van-field value="{{ starttime }}" placeholder="请选择开始时间" label="开始时间" border="{{ true }}" readonly />
</picker>
<picker mode="date" value="{{endtime}}" start="{{minDate1}}" bindchange="bindDateChange1">
<van-field value="{{ endtime }}" placeholder="请选择结束时间" label="结束时间" border="{{ true }}" readonly />
</picker>
<view class=""><button type="primary" bindtap="addwordfun">添加</button></view>
</view>