Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个模型在 2 个视图之间共享。我希望将错误附加到在两个视图中都显示错误的 fetch 方法。
但是,如果我执行 model.fetch({error:...}),则该错误只会涉及一个视图
解决此问题的最佳方法是什么?
错误地触发模型上的事件并在两个视图中监听它。