Blame view

src/main/webapp/wxaapp/pages/index/index.wxml 355 Bytes
e80df919   atao   init
1
2
3
4
5
6
7
8
9
10
  <!--index.wxml-->
  <view class="container">
    <view  bindtap="bindViewTap" class="userinfo">
      <image class="userinfo-avatar" src="{{userInfo.avatarUrl}}" background-size="cover"></image>
      <text class="userinfo-nickname">{{userInfo.nickName}}</text>
    </view>
    <view class="usermotto">
      <text class="user-motto">{{motto}}</text>
    </view>
  </view>