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.
23 lines
571 B
23 lines
571 B
2 years ago
|
<view class="wrip">
|
||
|
<view class="my-head">
|
||
|
<view class="my-head-box">
|
||
|
<view class="head-box-child">
|
||
|
<view wx:if="{{!userInfo.avatarUrl}}" catchtap="atLogin">
|
||
|
登录
|
||
|
</view>
|
||
|
<view wx:else>
|
||
|
<image src="{{userInfo.avatarUrl}}"></image>
|
||
|
</view>
|
||
|
</view>
|
||
|
|
||
|
</view>
|
||
|
</view>
|
||
|
<view>
|
||
|
<view class="my-box">
|
||
|
<view class="my-top">
|
||
|
<navigator url="/pages/bd/bd" hover-class="navigator-hover">已绑定,点击可重新绑定</navigator>
|
||
|
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|