[统一分享格式]
This commit is contained in:
@@ -316,13 +316,12 @@
|
||||
// 顶部菜单点击了分享功能
|
||||
onNavigationBarButtonTap() {
|
||||
let invite = this.goodsObj.user_invite || ''
|
||||
let goods ='&GoodsId/$-?' + this.goodsObj.goods_id
|
||||
let goods ='^GoodsId/$-?' + this.goodsObj.goods_id
|
||||
let shareCode = invite === '' ?goods:invite.slice(0,2) + '$InviTaTiOn$CoDe/$-?' + invite.substring(2)+goods
|
||||
console.log(shareCode)
|
||||
uniShare.show({
|
||||
content: {
|
||||
type: 0,
|
||||
href: 'https://www.lianshang.vip/app?parent_id=' + shareCode,
|
||||
href: 'https://www.lianshang.vip/app?invite=' + shareCode,
|
||||
title: '链商星球 共创未来,一起搭建 链商经济的世界~',
|
||||
summary: '链商星球APP你值得拥有~每日签到领贡献值~',
|
||||
imageUrl: config.apiUrls+'images/top_logo.png'
|
||||
|
||||
Reference in New Issue
Block a user