This commit is contained in:
wangweidong 2026-03-26 13:47:59 +08:00
parent 246d2e3d50
commit 73b729873c
1 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@
<view class="backgroundContainer"> <view class="backgroundContainer">
<image class="title-img" src="/static/index/superNu.png" /> <image class="title-img" src="/static/index/superNu.png" />
<view class="input-father"> <view class="input-father">
<view class="add">+86</view> <!-- <view class="add"></view> -->
<view class="shu"></view> <!-- <view class="shu"></view> -->
<input style="font-size: 27rpx;height: 350rpx;" type="text" v-model="form.username" maxlength="11" <input style="font-size: 27rpx;height: 350rpx;padding-left: 30rpx;" type="text" v-model="form.username" maxlength="11"
placeholder="请输入手机号" @blur="getImg" /> placeholder="请输入号" @blur="getImg" />
</view> </view>
<view class="input-father"> <view class="input-father">
<input class="password" password type="text" v-model="form.password" maxlength="15" placeholder="请输入密码" /> <input class="password" password type="text" v-model="form.password" maxlength="15" placeholder="请输入密码" />