@@ -110,7 +110,7 @@
that.$config.share = {
title: res.data.goods.name,
path: '/pagesHome/group/share?id=${that.id}',
- imageUrl: config.config.share[0].url
+ imageUrl: config?.config?.share[0]?.url
}
});