|
|
@@ -563,13 +563,13 @@ export default {
|
|
|
title: 'Cosmos Art - ' + res.name,
|
|
|
desc: '“Cosmos Art”为数字藏品展示、收藏、集换为一体的潮玩数字藏品平台',
|
|
|
link: location.origin + '/cosmos/assetDetail?id=' + res.id,
|
|
|
- imgUrl: 'https://9space-2021.oss-cn-shenzhen.aliyuncs.com/thumb_image/6761642385045_.pic.jpg'
|
|
|
+ imgUrl: this.getImg(this.changeImgs(this.banners), '', 300)
|
|
|
});
|
|
|
wx.updateTimelineShareData({
|
|
|
title: 'Cosmos Art - ' + res.name,
|
|
|
desc: '“Cosmos Art”为数字藏品展示、收藏、集换为一体的潮玩数字藏品平台',
|
|
|
link: location.origin + '/cosmos/assetDetail?id=' + res.id,
|
|
|
- imgUrl: 'https://9space-2021.oss-cn-shenzhen.aliyuncs.com/thumb_image/6761642385045_.pic.jpg'
|
|
|
+ imgUrl: this.getImg(this.changeImgs(this.banners), '', 300)
|
|
|
});
|
|
|
this.tokenId = this.info.tokenId;
|
|
|
if (res.privileges) {
|