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