feat: 进入主页同步登录页语言
This commit is contained in:
@@ -62,10 +62,8 @@
|
||||
},
|
||||
methods: {
|
||||
onInput(val, index) {
|
||||
console.log("input", val, index);
|
||||
clearTimeout(this.timeout);
|
||||
this.timeout = setTimeout(() => {
|
||||
console.log("input=>", val, index);
|
||||
// val = val.replace(/[^0-9]/g, '');
|
||||
val = String(val).replace(/\D/g, "");
|
||||
this.getCtData[index] = val;
|
||||
|
||||
Reference in New Issue
Block a user