This commit is contained in:
2025-12-01 09:28:30 +08:00
parent c8715d2b74
commit e0ef7f9788

View File

@@ -90,7 +90,7 @@ onUnload(() => {
<view class="logo">
<text class="i-carbon-store icon"></text>
</view>
<text class="app-name">商城+金融</text>
<!-- <text class="app-name">商城+金融</text> -->
</view>
<view class="form">
@@ -101,7 +101,7 @@ onUnload(() => {
class="input"
type="number"
placeholder="请输入手机号"
maxlength="11"
:maxlength="11"
/>
</view>
@@ -112,7 +112,7 @@ onUnload(() => {
class="input"
type="number"
placeholder="请输入验证码"
maxlength="6"
:maxlength="6"
/>
<view
class="code-btn"