修改
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user