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

@@ -4,7 +4,7 @@
<!-- 聊天头部 -->
<view class="chat-header" :style="{ paddingTop: navPaddingTop }">
<view class="header-back" @click="goBack">
<text class="back-icon"></text>
<text class="back-icon"></text>
</view>
<view class="header-info">
<view class="header-info-text-wrapper">
@@ -566,7 +566,7 @@ const goBack = () => {
}
.back-icon {
font-size: 24px;
font-size: 20px;
color: #333;
}