vant点击表单中的普通按钮为什么会触发表单提交
2023-04-23 本文已影响0人
泪滴在琴上
在vant的表单中,除了提交按钮以外,可能还有其他的功能性按钮,例如发送验证码的按钮,我们在使用这些按钮时,需要在按钮上添加native-type=button,否则就会触发提交表单
<van-button v-if="(billType==1)" class="discern" color="#E1000F" block type="info" native-type='button' @click.stop="discernFn">识别</van-button>