|
|
@@ -772,12 +772,12 @@ export default {
|
|
|
wx.updateAppMessageShareData({
|
|
|
title: '绿洲宇宙-' + res.name,
|
|
|
desc: '全球首个基于区块链的游戏资产集换中心',
|
|
|
- link: location.origin + '/9th/assetDetail?id=' + res.id,
|
|
|
+ link: location.origin + '/saas/assetDetail?id=' + res.id,
|
|
|
imgUrl: this.getImg(this.changeImgs(this.banners), '', 600)
|
|
|
});
|
|
|
wx.updateTimelineShareData({
|
|
|
title: '绿洲宇宙-' + res.name,
|
|
|
- link: location.origin + '/9th/assetDetail?id=' + res.id,
|
|
|
+ link: location.origin + '/saas/assetDetail?id=' + res.id,
|
|
|
imgUrl: this.getImg(this.changeImgs(this.banners), '', 600)
|
|
|
});
|
|
|
this.tokenId = this.info.tokenId;
|