index.axml 337 B

12345678910
  1. <view>
  2. <component
  3. a:if="{{isReady}}"
  4. is="dynamic-plugin://{{pluginAppId + pluginComponent}}"
  5. tabbarInfo="{{componentData.tabbarInfo}}"
  6. shopType="{{componentData.componentExtInfo.shopType || 'ALL'}}"
  7. onNavBgHeight="onHeadHeight"
  8. onChangeStore="onChangeStore">
  9. </component>
  10. </view>