erp 新洋电子
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.
 
 
 

1 lines
1.1 KiB

<view><view class="card"><input type="number" placeholder="请输入账号" data-event-opts="{{[['input',[['__set_model',['$0','tel','$event',[]],['form']]]]]}}" value="{{form.tel}}" bindinput="__e"/></view><view class="card"><input type="password" placeholder="请输入旧密码" data-event-opts="{{[['input',[['__set_model',['$0','old_password','$event',[]],['form']]]]]}}" value="{{form.old_password}}" bindinput="__e"/></view><view class="card"><input type="password" placeholder="请输入新密码" data-event-opts="{{[['input',[['__set_model',['$0','new_password','$event',[]],['form']]]]]}}" value="{{form.new_password}}" bindinput="__e"/></view><view class="card"><input type="password" placeholder="请再次输入新密码" data-event-opts="{{[['input',[['__set_model',['$0','algin_pasd','$event',[]],['form']]]]]}}" value="{{form.algin_pasd}}" bindinput="__e"/></view><view class="btn-div"><button disabled="{{form.old_password&&form.new_password&&form.algin_pasd?false:true}}" type="primary" data-event-opts="{{[['tap',[['subMitBtn']]]]}}" bindtap="__e">确认修改</button></view></view>