|
|
@@ -571,6 +571,17 @@ export default {
|
|
|
});
|
|
|
this.$http.get('/asset/get/' + this.$route.query.id).then(res => {
|
|
|
this.info = res;
|
|
|
+ wx.updateAppMessageShareData({
|
|
|
+ title: '第九空间-' + res.name,
|
|
|
+ desc: '全球首个基于区块链的游戏资产集换中心',
|
|
|
+ link: location.origin + '/9th/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,
|
|
|
+ imgUrl: this.getImg(this.changeImgs(this.banners), '', 600)
|
|
|
+ });
|
|
|
this.tokenId = this.info.tokenId;
|
|
|
if (res.privileges) {
|
|
|
this.init2 = res.privileges.find(item => {
|