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