watch:{
form: {
newVal就是银行卡号码
handler(newVal) {
this.form.bankCardNum=newVal.bankCardNum.replace(/\s/g,'').replace(/[^\d]/g,'').replace(/(\d{4})(?=\d)/g,'$1 ')
},
deep: true
}
}
银行卡每隔四位空一个空格
最新推荐文章于 2024-11-14 15:33:48 发布