themoonstone

Results 1 comments of themoonstone

你好 事件捕获用js实现了 但在实现过程中发现了一个问题、如果将js脚本写在tmpl模板中、在运行时将不会执行该js脚本、比如我写了一个下拉框的onchange事件、但在运行时会报not defined的错误 ` {{if .Meta.Config.RemoteDataResource}} {{if $is_existing_record}} {{.Value}} {{end}} {{else}} {{if .Meta.Config.AllowBlank}} {{end}} {{range $values := (.Meta.Config.GetCollection .ResourceValue .Context)}} {{if (is_equal $current_value (index $values 0))}} {{$current_value}} {{else}} {{index...