|
@@ -27,6 +27,7 @@ export default {
|
|
|
attrList: info.attrList ? info.attrList : [],
|
|
|
attrValueList: info.attrValueList ? info.attrValueList : [],
|
|
|
isSub: info.isSub ? info.isSub : false,
|
|
|
+ isHot: info.isHot ? info.isHot : false,
|
|
|
content: info.content ? this.$selfUtil.replaceImgSrcHttps(info.content) : '',
|
|
|
id: info.id ? info.id : 0,
|
|
|
coupons: info.coupons ? info.coupons : [],
|