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