cashier_wx/framework/6-event.js

6 lines
98 B
JavaScript

uni.event = {
one: uni.$once,
listen: uni.$on,
fire: uni.$emit,
remove: uni.$off
}