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.
11 lines
348 B
11 lines
348 B
<!--index.wxml-->
|
|
<view class="container">
|
|
<view bindtap="bindViewTap" class="userinfo">
|
|
<image class="userinfo-avatar" src="{{appInfo.logoUrl}}" background-size="cover"></image>
|
|
<text class="userinfo-nickname">{{appInfo.title}}</text>
|
|
</view>
|
|
<view class="usermotto">
|
|
<text class="user-motto">{{motto}}</text>
|
|
</view>
|
|
</view>
|