update.wxml 1.3 KB

1
  1. <view class="content"><view class="one"><uni-forms class="vue-ref" vue-id="25723fae-1" rules="{{rules}}" modelValue="{{form}}" labelWidth="80px" data-ref="valiForm" bind:__l="__l" vue-slots="{{['default']}}"><uni-forms-item vue-id="{{('25723fae-2')+','+('25723fae-1')}}" label="新密码" required="{{true}}" name="newpassword" bind:__l="__l" vue-slots="{{['default']}}"><uni-easyinput bind:input="__e" vue-id="{{('25723fae-3')+','+('25723fae-2')}}" type="password" placeholder="请输入新密码" value="{{form.newpassword}}" data-event-opts="{{[['^input',[['__set_model',['$0','newpassword','$event',[]],['form']]]]]}}" bind:__l="__l"></uni-easyinput></uni-forms-item><uni-forms-item vue-id="{{('25723fae-4')+','+('25723fae-1')}}" label="确认密码" required="{{true}}" name="password" bind:__l="__l" vue-slots="{{['default']}}"><uni-easyinput bind:input="__e" vue-id="{{('25723fae-5')+','+('25723fae-4')}}" type="password" placeholder="请输入确认密码" value="{{form.password}}" data-event-opts="{{[['^input',[['__set_model',['$0','password','$event',[]],['form']]]]]}}" bind:__l="__l"></uni-easyinput></uni-forms-item></uni-forms><button class="button" type="primary" data-event-opts="{{[['tap',[['submit',['valiForm']]]]]}}" bindtap="__e">确认</button></view></view>