バックボーン ビューに次のコードがあります。
this.trigger('item-id-changed', itemId);
サブスクライバーは次のとおりです。
that.shopItemDetailedView = new ShopItemDetailedView({ model: shop });
that.shopItemDetailedView.on('item-id-changed', that.onModelChange);
別の見方で。問題は、関数 onModalChanged のトリガー中に渡した itemId にどのようにアクセスするかです。