|
@@ -90,10 +90,10 @@ export default {
|
90
|
90
|
let end = new Date(this.detail.EndDate).getTime()
|
91
|
91
|
this.timing(start, end)
|
92
|
92
|
wxsdk({ url: encodeURIComponent(window.location.href.split('#')[0]) }, {
|
93
|
|
- title: this.detail.FlashBuyName,
|
94
|
|
- desc: '限时抢购中,名额有限,速来参与~',
|
|
93
|
+ title: res.flashBuy.ActivityTitle || this.detail.FlashBuyName,
|
|
94
|
+ desc: res.flashBuy.ShareContent || '限时抢购中,名额有限,速来参与~',
|
95
|
95
|
link: `${window.location.origin}${window.location.pathname}#/rush/?flashBuyId=${this.$route.query.flashBuyId}`,
|
96
|
|
- thu_image: `https://spaceofcheng.oss-cn-beijing.aliyuncs.com/indexlogo.jpg?x-oss-process=style/wxicon`
|
|
96
|
+ thu_image: res.flashBuy.ShareImg || `https://spaceofcheng.oss-cn-beijing.aliyuncs.com/indexlogo.jpg?x-oss-process=style/wxicon`
|
97
|
97
|
})
|
98
|
98
|
})
|
99
|
99
|
})
|