- <view class='container' style="margin-top: {{CustomBar}}px;">
- <view class='userinfo'>
- <view class='userinfo-avatar' >
- <open-data type="userAvatarUrl"></open-data>
- </view>
- <view class='userinfo-name'>
- <open-data type="userNickName"></open-data>
- </view>
- <button class="cu-btn bg-green tc fc mt20" bindtap="login" >
- 点击登入
- </button>
- </view>
-
- </view>
|