chore: 统计正则使用率

This commit is contained in:
宁宁 2019-07-08 10:24:54 +08:00
parent 6b08f4cc05
commit c8fc52d0cb

View File

@ -214,7 +214,7 @@ export default {
if ('blur' === type) {
/* eslint-disable */
_hmt.push(['_trackEvent', '交互', 'input框', this.list[index].value]);
_hmt.push(['_trackEvent', 'input框', this.rules[index].title, this.list[index].value]);
}
}
}