e35498db by zhangmeng

去除空格

1 parent b34e56f1
......@@ -12,7 +12,7 @@
{{ form.wdsfMin }}
</el-form-item>
<el-form-item v-else :label="language==0?'WDSF卡号':'WDSF MIN'" required>
<el-input v-model="card" type="text" @change="resetCode">
<el-input v-model.trim="card" type="text" @change="resetCode">
<template #append>
<el-button plain style="width: 110px" type="primary" @click="checkCard">
<el-icon v-if="isCodeTrue" color="#67C23A" size="16">
......
......@@ -12,7 +12,7 @@
size="large" style="max-width: 560px;margin: auto"
>
<el-form-item :label="language==0?'WDSF会员号':'WDSF MIN'" required>
<el-input v-model="form.card" type="text" @blur="verifyCode" @change="resetCode(0)">
<el-input v-model.trim="form.card" type="text" @blur="verifyCode" @change="resetCode(0)">
<template #append>
<el-button plain style="width: 110px" type="primary" @click="checkCard">
<el-icon v-if="wdsfData.wdsfFlag=='1'" color="#67C23A" size="16">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!