Refactored item.wxml to reuse existing children0.wxml.
Fixed an bug in getSubtreeId that cause this function always return undefined. The root cause is https://github.com/airbnb/goji-js/pull/77 replace root container with new GOJI_VIRTUAL_ROOT element but I forgot to update the getSubtreeId logics.
item.wxml
to reuse existingchildren0.wxml
.getSubtreeId
that cause this function always returnundefined
. The root cause is https://github.com/airbnb/goji-js/pull/77 replace root container with newGOJI_VIRTUAL_ROOT
element but I forgot to update thegetSubtreeId
logics.