修改短信验证码校验逻辑

master
于肖磊 2025-09-24 13:37:20 +08:00
parent 6b4b5c44e6
commit 0678754fe3
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
});
},
get_data_check(val) {
const data = this.com_data;
const data = this.propValue;
if (data) {
data.common_config.format = data.is_telephone === '1' ? 'telephone-number' : 'phone-number';
}