支持 input 事件触发后对输入框内容修改 (#42)

This commit is contained in:
Yao 2017-10-30 21:11:20 +08:00 committed by GitHub
parent 7f93073c37
commit bece6c96d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ module.exports = {
console.info('[zan:field:change]', event);
if (this.handleZanFieldChange) {
this.handleZanFieldChange(event);
return this.handleZanFieldChange(event);
} else {
console.warn('页面缺少 handleZanFieldChange 回调函数');
}