pages/home/home.wxml
@@ -3,7 +3,13 @@ <view class="head-wrapper"> <view class="head-top"> <view class="avatar-project-container"> <t-avatar class="avatar-example" image="{{image}}" size="120rpx" bind:tap="handleAvatarTap" /> <view class="current-project"> <text>{{ projectConfig[selectedProject].displayName }}</text> </view> </view> <view class="head-text-wrapper"> <text bind:tap="wxLogin">{{userName}}</text> <text class="head-bottom">{{userPhone}}</text>