@@ -28,7 +28,7 @@ export default {
name: 'content-layout',
props: {
needAd: {
- type: String,
+ type: Boolean,
default: true
},
adCode: {
@@ -127,7 +127,7 @@ export default {
if (item.s_toptype) {
s.tags.push(item.s_toptype)
}
- s.tags = Array.from(new Set(s.tags)) // 去重
+ s.tags = Array.from(new Set(s.tags)) // 去重
return s
})