修改弹窗提示问题

This commit is contained in:
2022-10-12 15:13:43 +08:00
parent 510a6e15a9
commit 60c2738592

View File

@@ -23,7 +23,7 @@
<view class="showImgCode">
<view class="title"> 图片验证码 </view>
<image class="cover" @click="getCaptcha()" :src="captchaImg" mode="widthFix" />
<input class="input" v-model="captchaCode" maxlength="6" placeholder="验证码" />
<input class="input" v-model="captchaCode" maxlength="6" placeholder="请输入验证码" />
<view class="btn" @click="sureImgCode"> 确认验证码 </view>
</view>
</u-popup>