|
@ -19,8 +19,8 @@ export default { |
|
|
// 1.发送给朋友
|
|
|
// 1.发送给朋友
|
|
|
onShareAppMessage(res) { |
|
|
onShareAppMessage(res) { |
|
|
let o = { |
|
|
let o = { |
|
|
...this.Gshare, |
|
|
|
|
|
title : this.configList.logo_name, |
|
|
title : this.configList.logo_name, |
|
|
|
|
|
...this.Gshare, |
|
|
} |
|
|
} |
|
|
if(this.userInfo.id){ |
|
|
if(this.userInfo.id){ |
|
|
o.path = this.Gshare.path + '?shareId=' + this.userInfo.id |
|
|
o.path = this.Gshare.path + '?shareId=' + this.userInfo.id |
|
|