收藏
回答

template标签的用法是怎样的?

比如下面的这个用法 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>


最后一次编辑于  2022-07-18
回答关注问题邀请回答
收藏

1 个回答

  • 小阳崽
    小阳崽
    2022-07-18

    template现在每人用了 学习一下组件component 以后基本都用组件的

    2022-07-18
    有用 1
    回复
登录 后发表内容