binquan.qiu | 7f2665f | 2020-03-27 17:19:57 +0800 | [diff] [blame^] | 1 | <view class="container"> |
| 2 | <view class="global-background"> |
| 3 | |
| 4 | <view class=" center inline-item" bindtap="changeLoginPwd" style="margin-top:2%;"> |
| 5 | <view style="float:left"> |
| 6 | 登录密码 |
| 7 | </view> |
| 8 | |
| 9 | <view class="arrow-icon" style="float:right;margin-left:75%"> |
| 10 | > |
| 11 | </view> |
| 12 | </view> |
| 13 | <view class=" center inline-item" bindtap="changePayPwd"> |
| 14 | <view style="float:left"> |
| 15 | 支付密码 |
| 16 | </view> |
| 17 | <view class="arrow-icon" style="float:right;margin-left:75%"> |
| 18 | > |
| 19 | </view> |
| 20 | </view> |
| 21 | |
| 22 | <button class="long-btn" bindtap="doLogout" style="background-color:red;width:80%;margin-top:100rpx">退出登录</button> |
| 23 | |
| 24 | </view> |
| 25 | </view> |