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.
 

56 lines
2.8 KiB

<scroll-view scroll-y="true" class="box">
<view class="top">
<view class="top_img">
<view style="width: 140rpx;height: 140rpx;border-radius: 9999rpx;">
<image class="head" src="{{userinfo.avatarUrl}}" mode="aspectFill"></image>
</view>
<image wx:if="{{userinfo.cardType==1001}}" class="vip" src="/images/me/v1.png" mode="widthFix"></image>
<image wx:if="{{userinfo.cardType==1002}}" class="vip" src="/images/me/v2.png" mode="widthFix"></image>
<image wx:if="{{userinfo.cardType==1003}}" class="vip" src="/images/me/v3.png" mode="widthFix"></image>
</view>
<view class="top_info">
<view class="top_name">{{userinfo.userName}}</view>
<view class="top_phone">
{{userinfo.phone}} <text wx:if="{{userinfo.isRealAuthentication}}">已 实 名</text>
</view>
</view>
<view class="top_card" bindtap="to_path" data-path="/pages/mine/mine">
<view class="top_card_text">修改资料</view>
<image src="/images/me/uploadUserName.png"></image>
</view>
</view>
<view class="bottom">
<view class="bottom_item" bindtap="to_path" data-path="/pages/my_release/my_release">
<image src="/images/me/release.png"></image>
<text>我的发布</text>
</view>
<view class="bottom_item" bindtap="to_path" data-path="/pages/my_obtain/my_obtain">
<image src="/images/me/obtain.png"></image>
<text>获取云币</text>
</view>
<view class="xian"></view>
<view class="bottom_item" bindtap="to_path" data-path="/pages/my_record/my_record">
<image src="/images/me/record.png"></image>
<text>浏览记录</text>
</view>
<view class="bottom_item" bindtap="to_path" data-path="/pages/my_collection/my_collection">
<image src="/images/me/collection.png"></image>
<text>我的收藏</text>
</view>
<view class="xian"></view>
<view class="bottom_item" bindtap="to_path" data-path="/pages/my_notice/my_notice">
<image src="/images/me/notice.png"></image>
<text>消息通知</text>
<view style="color: red;font-size: 24rpx;position: absolute;right: 30rpx;" wx:if="{{messageCount>0}}">{{messageCount}}条消息通知</view>
</view>
<view class="bottom_item" bindtap="to_path" data-path="/pages/my_realname/my_realname">
<image src="/images/me/realname.png"></image>
<text>实名认证</text>
</view>
<view class="bottom_item" bindtap="to_path" data-path="/pages/my_feedback/my_feedback">
<image src="/images/me/feedback.png"></image>
<text>意见反馈</text>
</view>
<view class="xian"></view>
</view>
</scroll-view>