<template is="menu" data="{{icons, iconsSwitch, iconBg}}">
</template>
component是在页面对应的.json文件中引入
"usingComponents": {
"banner": "../../../components/banner/banner"
}
需要用的时候在页面中写
<banner layoutID="{{commpent.LayoutID}}" typeID="{{commpent.TypeID}}"></banner>