添加控制功能和页面逻辑

This commit is contained in:
qianlile
2021-07-29 11:11:14 +08:00
parent 2096a6e755
commit 7c061bbb9b
14 changed files with 265 additions and 49 deletions

View File

@@ -0,0 +1,16 @@
<!--miniprogram/pages/my/index.wxml-->
<view class="personal_info">
<view class="photo_wrap">
<open-data type="userAvatarUrl"></open-data>
</view>
<view class="nickname">
<open-data type="userNickName"></open-data>
</view>
</view>
<view class="wode_item_wrap">
<view class="wode_item" wx:for="{{mode}}">
{{item}}
<span class="arrow_wrap"></span>
</view>
</view>
<view class="wode_out" bindtap="getOut">退出</view>