uniapp小程序的路的时候遇到了个坑
uni.$emit('hello','参数')
uni.$on('hello', (data) => {
// 处理事件...
console.log('测试:', data);
});
uniapp小程序的路的时候遇到了个坑
uni.$emit('hello','参数')
uni.$on('hello', (data) => {
// 处理事件...
console.log('测试:', data);
});