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.
 

22 lines
828 B

<!--pages/set/set.wxml-->
<view class="function" style='background:#fff'>
<button open-type="getUserInfo" class="function_list" bindgetuserinfo="agreeGetUser" lang="zh_CN">
<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>