| 1 |
- <view class="container"><block wx:if="{{userInfo.transaction}}"><view class="row b-b"><text class="tit">原密码</text><input class="input" type="text" placeholder="请填写原密码" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['','oldPassword','$event',[]]]]]]}}" value="{{oldPassword}}" bindinput="__e"/></view></block><view class="row b-b"><text class="tit">新密码</text><input class="input" type="password" placeholder="请填写6位新密码" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['','password','$event',[]]]]]]}}" value="{{password}}" bindinput="__e"/></view><view class="row b-b"><text class="tit">再次输入</text><input class="input" type="password" placeholder="请重新填写6位新密码" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['','yzpassword','$event',[]]]]]]}}" value="{{yzpassword}}" bindinput="__e"/></view><button data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="{{['add-btn',(loding)?'bg-gray':'']}}" bindtap="__e">提交</button></view>
|