//需要在main.js文件中添加
let onFunction = uni.$on;
uni.$on = (eventName,data) =>{
try {
uni.$off(eventName);
} catch (error) {}
onFunction(eventName,data);
}
//需要在main.js文件中添加
let onFunction = uni.$on;
uni.$on = (eventName,data) =>{
try {
uni.$off(eventName);
} catch (error) {}
onFunction(eventName,data);
}