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.
20 lines
641 B
20 lines
641 B
|
1 year ago
|
<!--pages/user/profile/index.wxml-->
|
||
|
|
|
||
|
|
<title title="支付密码"></title>
|
||
|
|
|
||
|
|
<view bindtap="goSetting" data-type="add" class="profile-item" >
|
||
|
|
<text>设置支付密码</text>
|
||
|
|
<view class="info" wx:if="{{info&&info.password}}">已设置</view>
|
||
|
|
<view class="iconfont icon-you"></view>
|
||
|
|
</view>
|
||
|
|
<view bindtap="goSetting" data-type="edit" class="profile-item" >
|
||
|
|
<text>修改密码</text>
|
||
|
|
<view class="info"></view>
|
||
|
|
<view class="iconfont icon-you"></view>
|
||
|
|
</view>
|
||
|
|
<view bindtap="goSetting" data-type="reset" class="profile-item">
|
||
|
|
<text>忘记密码</text>
|
||
|
|
<view class="info"></view>
|
||
|
|
<view class="iconfont icon-you"></view>
|
||
|
|
</view>
|