|
@@ -2,7 +2,7 @@
|
|
|
<view class="image-txt-wrap">
|
|
|
<image :src="captchaBase" class="image" @click="getCode"></image>
|
|
|
<text class="tip-txt">* 点击图片即可切换验证码</text>
|
|
|
- <input v-model="captcha" @input="inpChange" class="item-inp" name="captcha" type="text" maxlength="4" placeholder="请输入上方的图形验证码" />
|
|
|
+ <input v-model="captcha" @input="inpChange" class="item-inp" name="captcha" type="number" maxlength="4" placeholder="请输入上方的图形验证码" />
|
|
|
<button :type="btnType" size="mini" class="popup-button-yz" @click="verify">验证</button>
|
|
|
</view>
|
|
|
</template>
|