consumer模块完成度95%,安卓端大部分页面能正常获取数据,页面样式显示基本正常,逐渐完善;消费者端的积分、余额、评价、优惠券等小模块正在完善

This commit is contained in:
cyh666666
2026-03-02 17:21:19 +08:00
parent df84fd8642
commit 7e74b88e1e
34 changed files with 17088 additions and 1751 deletions

View File

@@ -8,7 +8,7 @@
</view>
</view>
<scroll-view class="footprint-content" scroll-y @scrolltolower="loadMore">
<scroll-view class="footprint-content" :scroll-y="true" @scrolltolower="loadMore">
<view v-if="footprints.length === 0 && !isLoading" class="empty-footprints">
<text class="empty-icon">👣</text>
<text class="empty-text">暂无浏览记录</text>
@@ -501,6 +501,7 @@ onMounted(() => {
.footprint-content {
flex: 1;
height: 0px;
}
.empty-footprints {