consumer模块完成度95%,实现数据库多端注册登录,优化安卓端小程序bug

This commit is contained in:
cyh666666
2026-03-10 17:08:20 +08:00
parent 2262d1bfd9
commit 5517c93666
1010 changed files with 1688 additions and 4919 deletions

View File

@@ -3,9 +3,9 @@
<!-- 搜索头部 -->
<view class="search-header" :style="{ paddingTop: statusBarHeight + 'px' }">
<view class="search-bar-container">
<!-- 返回按钮:小于号加粗 -->
<!-- 返回按钮:使用转义字符的直接形式 -->
<view class="back-btn" @click="goBack">
<text class="back-icon">&lt;</text>
<text class="back-icon"></text>
</view>
<!-- 搜索框 -->
@@ -935,10 +935,8 @@ const goBack = () => {
}
.back-icon {
font-size: 24px;
font-size: 20px;
color: #333;
font-weight: bold;
font-family: monospace;
}
.search-input-container {