consumer模块完成度95%,检查消费者前端bug并修复

This commit is contained in:
cyh666666
2026-03-09 17:20:59 +08:00
parent 7b5801a72b
commit 2262d1bfd9
128 changed files with 13485 additions and 1670 deletions

View File

@@ -1,5 +1,5 @@
<template>
<scroll-view class="points-page" scroll-y>
<scroll-view class="points-page" direction="vertical">
<view class="points-header">
<view class="points-info">
<text class="points-label">当前积分</text>
@@ -439,7 +439,7 @@ const formatDate = (dateStr: string): string => {
width: 32px;
height: 32px;
background-color: #52c41a;
border-radius: 50%;
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
@@ -571,7 +571,7 @@ const formatDate = (dateStr: string): string => {
background-color: white;
border-radius: 16px 16px 0 0;
width: 100%;
max-height: 60%;
max-height: 400px;
padding: 16px;
}