blob: a1d7d3d35b7830a0f2aa50120bad44eda5f5267b [file] [log] [blame]
<view class="container">
<view class="global-background">
<view class=" center inline-item" bindtap="changePayPwd" style="margin-top:2%;">
<view style="float:left">
修改支付密码
</view>
<view class="arrow-icon" style="float:right;margin-left:75%">
>
</view>
</view>
<view class=" center inline-item" bindtap="findPayPwd">
<view style="float:left">
找回支付密码
</view>
<view class="arrow-icon" style="float:right;margin-left:75%">
>
</view>
</view>
<button class="long-btn" bindtap="doLogout" style="background-color:red;width:80%;margin-top:100rpx">退出登录</button>
</view>
</view>