1 |
- <view style="{{(colorStyle)}}"><view class="ChangePassword"><form data-event-opts="{{[['submit',[['editPwd',['$event']]]]]}}" bindsubmit="__e"><view class="phone">{{$root.m0+":"+phone}}</view><view class="list"><view class="item"><input type="password" placeholder="{{$root.m1}}" placeholder-class="placeholder" name="password" value="{{password}}"/></view><view class="item"><input type="password" placeholder="{{$root.m2}}" placeholder-class="placeholder" name="qr_password" value="{{qr_password}}"/></view><view class="item acea-row row-between-wrapper"><input class="codeIput" type="number" placeholder="{{$root.m3}}" placeholder-class="placeholder" name="captcha" value="{{captcha}}"/><button class="{{['code','font-num',disabled===true?'on':'']}}" disabled="{{disabled}}" data-event-opts="{{[['tap',[['code',['$event']]]]]}}" bindtap="__e">{{''+text+''}}</button></view></view><button class="confirmBnt bg-color" form-type="submit">{{$root.m4}}</button></form></view><verify class="vue-ref" vue-id="2ec06c53-1" captchaType="{{captchaType}}" imgSize="{{({width:'330px',height:'155px'})}}" data-ref="verify" data-event-opts="{{[['^success',[['success']]]]}}" bind:success="__e" bind:__l="__l"></verify></view>
|