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.
对我来说,Store 类似乎缺少一些事件。即,id 喜欢在同步后收到商店已通过其代理远程加载数据的通知。写事件有效……但它是处理所有 CRUD 操作的适当事件吗?我很惊讶没有后同步事件。请注意,有一个 beforesync 事件。有什么建议么?
是的,你是对的。aftersync()在商店通过其代理远程加载数据后,Sencha Touch 中没有类似“ ”来通知我们。
aftersync()
类似链接:-