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.
 

23 lines
709 B

<!--pages/set/set.wxml-->
<view class="function" style='background:#fff'>
<button class="function_list" bindtap="changePwd">
<view class='function_left'>
<view class='function_text'>修改密码 </view>
</view>
<view class='function_right'>
<image class="jiantou" src="../../images/x_right.png"></image>
</view>
</button>
<button class="function_list" bindtap='clearStorage'>
<view class='function_left'>
<view class='function_text'>清除缓存 </view>
</view>
<view class='function_right'>
<image class="jiantou" src="../../images/x_right.png"></image>
</view>
</button>
</view>
<view class="logoutView" bindtap="logout">退出登录</view>