|
@@ -145,6 +145,13 @@ export default {
|
|
return result[0].logo
|
|
return result[0].logo
|
|
}
|
|
}
|
|
return ''
|
|
return ''
|
|
|
|
+ },
|
|
|
|
+ businessName () {
|
|
|
|
+ const result = this.sourceList.filter(item => item.value === this.source)
|
|
|
|
+ if (result.length) {
|
|
|
|
+ return result[0].name
|
|
|
|
+ }
|
|
|
|
+ return ''
|
|
}
|
|
}
|
|
},
|
|
},
|
|
created () {
|
|
created () {
|
|
@@ -182,7 +189,7 @@ export default {
|
|
}
|
|
}
|
|
// 处理用户ID未获取成功的场景
|
|
// 处理用户ID未获取成功的场景
|
|
if (!this.isFetchLock) {
|
|
if (!this.isFetchLock) {
|
|
- platform.isWeixin && funWxShare('返不停', this.goodsInfo.goods_name, coverImg, this.source === 'taobao' ? `${location.origin}/category/tbLandingPage/${id}/${this.goodsId}` : this.goodsInfo.url)
|
|
|
|
|
|
+ platform.isWeixin && funWxShare(this.businessName, this.goodsInfo.goods_name, coverImg, this.source === 'taobao' ? `${location.origin}/category/tbLandingPage/${id}/${this.goodsId}` : this.goodsInfo.url)
|
|
this.isFetchLock = true
|
|
this.isFetchLock = true
|
|
}
|
|
}
|
|
this.$refs.fbtShareTipInWechat.init()
|
|
this.$refs.fbtShareTipInWechat.init()
|