|
@@ -45,7 +45,8 @@
|
|
<view>*</view>
|
|
<view>*</view>
|
|
<view>手机号</view>
|
|
<view>手机号</view>
|
|
</view>
|
|
</view>
|
|
- <input class="input-top-p" v-model="form.mobile" maxlength="11" focus placeholder="请输入手机号码">
|
|
|
|
|
|
+ <input class="input-top-p" :always-embed="true" :cursor-spacing="10"
|
|
|
|
+ v-model="form.mobile" maxlength="11" focus placeholder="请输入手机号码">
|
|
</view>
|
|
</view>
|
|
<view class="input-button-max-box" v-if="!newData.mobile">
|
|
<view class="input-button-max-box" v-if="!newData.mobile">
|
|
<view class="input-top-box">
|
|
<view class="input-top-box">
|
|
@@ -53,7 +54,8 @@
|
|
<view>手机验证码</view>
|
|
<view>手机验证码</view>
|
|
</view>
|
|
</view>
|
|
<view class="input-button-box">
|
|
<view class="input-button-box">
|
|
- <input maxlength="6" v-model="form.captcha" focus placeholder="请输入手机验证码" />
|
|
|
|
|
|
+ <input maxlength="6" :always-embed="true" :cursor-spacing="10"
|
|
|
|
+ v-model="form.captcha" focus placeholder="请输入手机验证码" />
|
|
<view @click="getCode()" :class="codeType?'checkButton':'noCheckButton'">
|
|
<view @click="getCode()" :class="codeType?'checkButton':'noCheckButton'">
|
|
{{codeType?seconds+'秒后重试':'获取验证码'}}
|
|
{{codeType?seconds+'秒后重试':'获取验证码'}}
|
|
</view>
|
|
</view>
|
|
@@ -64,7 +66,8 @@
|
|
<view>*</view>
|
|
<view>*</view>
|
|
<view>导师</view>
|
|
<view>导师</view>
|
|
</view>
|
|
</view>
|
|
- <input class="button-bottom-p" :disabled="true" v-model="form.supervisorName"
|
|
|
|
|
|
+ <input class="button-bottom-p" :always-embed="true" :cursor-spacing="10"
|
|
|
|
+ :disabled="true" v-model="form.supervisorName"
|
|
maxlength="30" focus placeholder="请选择导师" @click="userButton()">
|
|
maxlength="30" focus placeholder="请选择导师" @click="userButton()">
|
|
</view>
|
|
</view>
|
|
<view class="text-max-box" v-if="newData.userType == 2 && newData.tutorUserName">
|
|
<view class="text-max-box" v-if="newData.userType == 2 && newData.tutorUserName">
|
|
@@ -82,7 +85,8 @@
|
|
<view class="shade-top-box">
|
|
<view class="shade-top-box">
|
|
<view class="shade-top-left-box">
|
|
<view class="shade-top-left-box">
|
|
<uni-icons type="search" class="icon-view-left" size="20" color="#999999"></uni-icons>
|
|
<uni-icons type="search" class="icon-view-left" size="20" color="#999999"></uni-icons>
|
|
- <input class="input-top-p" @confirm="searchButton()"
|
|
|
|
|
|
+ <input class="input-top-p" :always-embed="true" :cursor-spacing="10"
|
|
|
|
+ @confirm="searchButton()"
|
|
v-model="getData.userName" maxlength="10" focus placeholder="请输入导师">
|
|
v-model="getData.userName" maxlength="10" focus placeholder="请输入导师">
|
|
<uni-icons v-if="getData.userName" @click="clearButton()"
|
|
<uni-icons v-if="getData.userName" @click="clearButton()"
|
|
type="clear" class="icon-view-right" size="20" color="#999999"></uni-icons>
|
|
type="clear" class="icon-view-right" size="20" color="#999999"></uni-icons>
|