订单管理

{{ order.orderNo }} {{ formatTime(order.createdAt) }}
{{ getOrderStatusText(order.status) }}
{{ order.productName }}
{{ order.points }} 积分
{{ getUsername(order.userId) }}
{{ order.address.name }} {{ order.address.phone }}
{{ order.address.province }} {{ order.address.city }} {{ order.address.district }} {{ order.address.detail }}
{{ order.expressCompany }} {{ order.expressNo }}
📋 暂无订单

数据概览

👥
{{ stats.userCount }}
用户总数
📦
{{ stats.productCount }}
商品总数
🛒
{{ stats.exchangeCount }}
兑换次数
💬
{{ stats.postCount }}
动态数量

最近兑换

用户 商品 积分 时间
{{ getUsername(item.userId) }} {{ item.description.replace('兑换商品 - ', '') }} {{ item.points }} {{ item.date }}

积分排行 TOP5

{{ index + 1 }} {{ user.username }} {{ user.points.available }}

用户管理

用户ID 头像 用户名 邮箱 等级 可用积分 累计积分 注册时间 操作
{{ user.id }} {{ user.username }} {{ user.email }} Lv.{{ user.level }} {{ user.points.available }} {{ user.points.total }} {{ user.createdAt }}
🔍 未找到匹配的用户
图片 名称 分类 所需积分 库存 销量 状态 操作
{{ product.name }} {{ product.category }} {{ product.points }} {{ product.stock }} {{ product.sales || 0 }} {{ product.hot ? '热门' : '普通' }}
{{ cat.icon }}
{{ cat.name }}
{{ getCategoryCount(cat.name) }} 个商品
+{{ qr.points }} 积分
{{ qr.code }}
{{ qr.description || '无描述' }}
{{ formatTime(qr.createdAt) }}
{{ qr.used ? '已使用' : '未使用' }}
{{ section.icon }}
{{ section.name }}
{{ getSectionPostCount(section.name) }} 个帖子

社区管理

{{ post.username }}
{{ formatTime(post.createdAt) }}
{{ post.content }}
❤️ {{ post.likes.length }} 💬 {{ post.comments.length }}
头像 用户名 邮箱 权限 创建时间 操作
{{ admin.username }} {{ admin.email }} {{ admin.permission === 'super' ? '超级管理员' : '普通管理员' }} {{ admin.createdAt }}
🖼️ 暂无轮播图

主题设置

小程序主题颜色

{{ themeConfig.primary }}
{{ themeConfig.background }}
{{ themeConfig.text }}

预览效果

积分兑换
1,234
我的积分

系统设置

积分

设置用户每日签到可获得的积分数量

开启后小程序底部导航将显示积分排行榜入口

小程序微信登录设置

LOGO设置

背景设置

上传背景图片后会覆盖默认渐变背景

{{ miniProgramLoginConfig.overlayOpacity || 0 }}%

按钮与协议

预览效果

打赏记录

🎁
{{ rewardStats.totalCount }}
总打赏次数
💰
{{ rewardStats.totalAmount }}
总打赏积分
📅
{{ rewardStats.todayCount }}
今日打赏
时间 打赏者 被打赏者 积分 留言
{{ formatTime(reward.createdAt) }}
{{ reward.fromUsername }}
{{ reward.toUsername }}
+{{ reward.amount }} {{ reward.message || '-' }}
🎁 暂无打赏记录