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,7 +3,7 @@
<view class="refund-page">
<!-- 顶部栏 -->
<view class="refund-header">
<text class="back-btn" @click="goBack"></text>
<text class="back-btn" @click="goBack"></text>
<text class="header-title">退款/售后</text>
</view>
@@ -543,7 +543,7 @@ const goBack = () => {
}
.back-btn {
font-size: 24px;
font-size: 20px;
color: #333333;
padding: 5px;
margin-right: 15px;