2020-12-03 12:49:21 +08:00

62 lines
2.9 KiB
Plaintext

<scroll-view scroll-y class="scrollPage">
<view class="UCenter-bg">
<view class="userAvatar-box">
<open-data type="userAvatarUrl" class="png" style="height:200rpx; width:200rpx; border-radius: 50%;"></open-data>
</view>
<view class="userName-box">
<open-data class='userNickName' type="userNickName" style="font-size: 50rpx; font-weight: 600; letter-spacing:7rpx;"></open-data>
</view>
</view>
<view class="padding flex text-center text-grey bg-white shadow-warp">
<view class="flex flex-sub flex-direction solid-right" bindtap="jumpToinform" data-pagetype='1'>
<view class="text-xxl text-orange" data-pagetype='1'>{{issueCount}}</view>
<view class="margin-top-sm" data-pagetype='1'>
<text class="icon-attentionfill" data-pagetype='1'></text> 发布</view>
</view>
<view class="flex flex-sub flex-direction solid-right" bindtap="jumpToinform" data-pagetype='2'>
<view class="text-xxl text-blue" data-pagetype='2'>{{wantCount}}</view>
<view class="margin-top-sm" data-pagetype='2'>
<text class="icon-favorfill" data-pagetype='2'></text> 收藏</view>
</view>
<view class="flex flex-sub flex-direction {{isAdmin?'solid-right':''}}" bindtap="jumpToinform" data-pagetype='3'>
<view class="text-xxl text-green" data-pagetype='3'>{{msgCount}}</view>
<view class="margin-top-sm" data-pagetype='3'>
<text class="icon-fork" data-pagetype='3'></text> 消息</view>
</view>
<view class="flex flex-sub flex-direction" wx:if="{{isAdmin}}" bindtap="jumpToinform" data-pagetype='4'>
<view class="text-xxl text-mauve" data-pagetype='4'>{{examineCount}}</view>
<view class="margin-top-sm" data-pagetype='4'>
<text class="icon-group_fill" data-pagetype='4'></text> 待审核</view>
</view>
</view>
<view class="cu-list menu card-menu margin-top-xl margin-bottom-xl shadow-lg radius">
<view class="cu-item arrow">
<navigator class="content" url="../signin/signin" hover-class="none">
<text class="icon-formfill text-yellow"></text>
<text class="text-grey">修改个人信息</text>
</navigator>
</view>
<view class="cu-item arrow">
<navigator class="content" url="../about/about" hover-class="none">
<text class="icon-infofill text-green"></text>
<text class="text-grey">关于</text>
</navigator>
</view>
<view class="cu-item arrow">
<view class="content" bindtap="showQrcode">
<text class="icon-appreciatefill text-red"></text>
<text class="text-grey">赞赏支持</text>
</view>
</view>
<view class="cu-item arrow">
<button class="cu-btn content" open-type="feedback">
<text class="icon-writefill text-cyan"></text>
<text class="text-grey">意见反馈</text>
</button>
</view>
</view>
<view class="cu-tabbar-height"></view>
</scroll-view>