- <view>
- <component
- a:if="{{isReady}}"
- is="dynamic-plugin://{{pluginAppId + pluginComponent}}"
- tabbarInfo="{{componentData.tabbarInfo}}"
- shopType="{{componentData.componentExtInfo.shopType || 'ALL'}}"
- onNavBgHeight="onHeadHeight"
- onChangeStore="onChangeStore">
- </component>
- </view>
|