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
695 B

<!--pages/user/profile/index.wxml-->
<title title="支付密码"></title>
<view bindtap="goSetting" data-type="add" class="profile-item" >
<text>设置支付密码</text>
<view class="info" wx:if="{{havePassword}}">已设置</view>
<view class="iconfont icon-you" wx:else></view>
</view>
<view bindtap="goSetting" data-type="edit" class="profile-item" wx:if="{{havePassword}}">
<text>修改密码</text>
<view class="info"></view>
<view class="iconfont icon-you"></view>
</view>
<view bindtap="goSetting" data-type="reset" class="profile-item" wx:if="{{havePassword}}">
<text>忘记密码</text>
<view class="info"></view>
<view class="iconfont icon-you"></view>
</view>