consumer模块完成度95%,优化安卓端界面和小程序测试2

This commit is contained in:
cyh666666
2026-03-12 15:20:45 +08:00
parent 77f9968d18
commit b2a6e5a142
633 changed files with 4405 additions and 1651 deletions

View File

@@ -48,10 +48,13 @@
</view>
</view>
<!-- 主内容区域:改为普通 view由页面整体滚动 -->
<view
<!-- 主内容区域:使用 scroll-view 支持安卓端滚动 -->
<scroll-view
v-else
class="main-content"
direction="vertical"
:scroll-y="true"
:show-scrollbar="false"
>
<!-- 初始状态(无搜索词) -->
<view v-if="searchKeyword == '' && showResults == false">
@@ -230,7 +233,7 @@
<!-- 底部安全区域 -->
<view class="safe-area"></view>
</view>
</scroll-view>
</view>
</template>
@@ -1025,6 +1028,7 @@ const goBack = () => {
flex: 1;
padding: 12px;
box-sizing: border-box;
height: 0; /* 配合 flex: 1 实现自适应高度 */
}
/* 模块通用头部 */