比如下面的这个用法 template放的是component组件 但是这个是怎么控制显示隐藏哪个template的呢?这个是首页的代码 动态加载内容 但是并没有看到哪里控制的显示哪个组件内容的
<template name="form">
<form component_id="{{id}}" datas="{{remote_data}}"></form>
</template>
<template name="goods">
<goods bindcomponentGoodShare="componentGoodShares" bottomShowBol="{{bottomShowBol}}" bottomShowBolIndex="{{bottomShowBolIndex}}" component_id="{{id}}" datas="{{remote_data}}" index="{{index}}" page_id="{{page_id}}"></goods>
</template>
<template name="goodsgroup">
<goodsgroup component_id="{{id}}" datas="{{remote_data}}"></goodsgroup>
</template>
<template name="goodsrush">
<goodsrush component_id="{{id}}" datas="{{remote_data}}"></goodsrush>
</template>
<template name="goodsnearby">
<goodsnearby bottomShowBolIndex="{{bottomShowBolIndex}}" component_id="{{id}}" datas="{{remote_data}}" index="{{index}}"></goodsnearby>
</template>
<template name="headline">
<headline component_id="{{id}}" datas="{{remote_data}}"></headline>
</template>
<template name="line">
<line component_id="{{id}}" datas="{{remote_data}}"></line>
</template>
<template name="livestreaming">
<livestreaming component_id="{{id}}" datas="{{remote_data}}"></livestreaming>
</template>
<template name="location">
<location component_id="{{id}}" datas="{{remote_data}}" page_id="{{page_id}}"></location>
</template>
template现在每人用了 学习一下组件component 以后基本都用组件的