|
@@ -8,7 +8,7 @@
|
|
|
<span v-for="(str, index) in '手机号码:'" :key="index">{{ str }}</span>
|
|
|
</label>
|
|
|
<div class="value-wrap">
|
|
|
- <input type="tel" placeholder="请输入手机号码" v-model.trim="postData.partnerPhone" @input="funLimitLength">
|
|
|
+ <input type="tel" placeholder="请输入手机号码" v-myBlur v-model.trim="postData.partnerPhone" @input="funLimitLength">
|
|
|
</div>
|
|
|
</li>
|
|
|
<li v-if="false">
|
|
@@ -25,7 +25,7 @@
|
|
|
<span class="label-code" v-for="(str, index) in '验证码:码'" :key="index">{{ str }}</span>
|
|
|
</label>
|
|
|
<div class="value-wrap">
|
|
|
- <input type="tel" placeholder="请输入验证码" v-model.trim="postData.code" @input="funLimitLength">
|
|
|
+ <input type="tel" placeholder="请输入验证码" v-myBlur v-model.trim="postData.code" @input="funLimitLength">
|
|
|
</div>
|
|
|
<button class="get-code" @click="funGetCode">{{[0, 60].includes(numCount) ? '获取': numCount + '秒'}}</button>
|
|
|
</li>
|