refactor(user/order): 重构订单页面
- 移除了 OrderSearch 组件 - 简化了 OrderList 组件的接口- 优化了订单页面的逻辑结构 - 删除了未使用的 CSS 样式文件
This commit is contained in:
@@ -71,7 +71,7 @@ function UserCard() {
|
||||
|
||||
// 加载用户统计数据
|
||||
if (data.userId) {
|
||||
loadUserStats(data.userId)
|
||||
// loadUserStats(data.userId)
|
||||
}
|
||||
|
||||
// 获取openId
|
||||
|
||||
Reference in New Issue
Block a user