mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
支持 input 事件触发后对输入框内容修改 (#42)
This commit is contained in:
parent
7f93073c37
commit
bece6c96d2
@ -6,7 +6,7 @@ module.exports = {
|
|||||||
console.info('[zan:field:change]', event);
|
console.info('[zan:field:change]', event);
|
||||||
|
|
||||||
if (this.handleZanFieldChange) {
|
if (this.handleZanFieldChange) {
|
||||||
this.handleZanFieldChange(event);
|
return this.handleZanFieldChange(event);
|
||||||
} else {
|
} else {
|
||||||
console.warn('页面缺少 handleZanFieldChange 回调函数');
|
console.warn('页面缺少 handleZanFieldChange 回调函数');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user