|
|
@ -11,7 +11,7 @@ |
|
|
|
</view> |
|
|
|
<view style="margin-top: 30rpx;"> |
|
|
|
<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" /> |
|
|
|
<SendCodeItem :phoneNum="page.mobile" url="/v1/wxuser/sendVerificationCode" @click="send" |
|
|
|
ref="wxCodeItem"></SendCodeItem> |
|
|
|