This commit is contained in:
wangjiahai
2023-11-22 10:06:57 +08:00
parent 5c00922c69
commit 4328be21a8

View File

@@ -11,7 +11,7 @@
</view> </view>
<view style="margin-top: 30rpx;"> <view style="margin-top: 30rpx;">
<view class="inputRow"> <view class="inputRow">
<image src="../../static/baseIcon/username.png" mode="aspectFill" class="drawableLeft"></image> <!-- <image src="../../static/baseIcon/username.png" mode="aspectFill" class="drawableLeft"></image> -->
<input type="number" maxlength="11" @input="phoneText" placeholder="请输入手机号" class="input" /> <input type="number" maxlength="11" @input="phoneText" placeholder="请输入手机号" class="input" />
<SendCodeItem :phoneNum="page.mobile" url="/v1/wxuser/sendVerificationCode" @click="send" <SendCodeItem :phoneNum="page.mobile" url="/v1/wxuser/sendVerificationCode" @click="send"
ref="wxCodeItem"></SendCodeItem> ref="wxCodeItem"></SendCodeItem>