mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-09 06:50:39 +08:00
修改短信验证码校验逻辑
This commit is contained in:
@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user