罗世杰:feat:通知条初始化、导航卡片完成
This commit is contained in:
@@ -27,21 +27,36 @@
|
||||
export default{
|
||||
name: "HomeHeader",
|
||||
props: {
|
||||
|
||||
hotSearchWord:{
|
||||
type: String,
|
||||
default() {
|
||||
return '热门关键词'
|
||||
}
|
||||
},
|
||||
headerBgList:{
|
||||
type: Array,
|
||||
default() {
|
||||
return ["https://alifei01.cfp.cn/creative/vcg/800/new/VCG41175510742.jpg","https://alifei01.cfp.cn/creative/vcg/800/new/VCG41175510742.jpg"]
|
||||
}
|
||||
},
|
||||
position:{
|
||||
type: String,
|
||||
default() {
|
||||
return '定位中'
|
||||
}
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
hotSearchWord:'热门关键词',
|
||||
headerBgList:["https://alifei01.cfp.cn/creative/vcg/800/new/VCG41175510742.jpg"]
|
||||
// hotSearchWord:'',
|
||||
// headerBgList:[]
|
||||
}
|
||||
},
|
||||
options: {
|
||||
styleIsolation: 'shared' // 解除样式隔离
|
||||
},
|
||||
computed:{
|
||||
position(){
|
||||
return '定位中...'
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user