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.
project/pages/my/my.wxml

23 lines
571 B

<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>