refactor(user/order): 重构订单页面

- 移除了 OrderSearch 组件
- 简化了 OrderList 组件的接口- 优化了订单页面的逻辑结构
- 删除了未使用的 CSS 样式文件
This commit is contained in:
2025-08-11 22:08:53 +08:00
parent f7825b84b1
commit 8c10b4a66b
5 changed files with 42 additions and 367 deletions

View File

@@ -71,7 +71,7 @@ function UserCard() {
// 加载用户统计数据
if (data.userId) {
loadUserStats(data.userId)
// loadUserStats(data.userId)
}
// 获取openId