2025/9/27/23:14

This commit is contained in:
2025-09-27 23:14:50 +08:00
parent eae49c76bd
commit e8186e723f
10 changed files with 156 additions and 74 deletions

View File

@@ -32,7 +32,7 @@
<view class="stat-label">我的积分</view>
</view>
<view class="stat-item" bind:tap="gotoMyPosts">
<view class="stat-value">{{userinfo.postCount || 0}}</view>
<view class="stat-value">{{article_num || 0}}</view>
<view class="stat-label">我的发布</view>
</view>
<view class="stat-item" bind:tap="gotoCollections">