提交 755145a5 编写于 作者: Q qiang

chore: build

上级 2ca7e86a
......@@ -447,14 +447,18 @@ function initDefaultProps(options, isBehavior = false) {
if (options.behaviors) {
// wx://form-field
if (options.behaviors.includes('xhs://form-field')) {
properties.name = {
type: null,
value: '',
};
properties.value = {
type: null,
value: '',
};
if (!options.properties || !options.properties.name) {
properties.name = {
type: null,
value: '',
};
}
if (!options.properties || !options.properties.value) {
properties.value = {
type: null,
value: '',
};
}
}
}
return properties;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册