|
@@ -667,10 +667,11 @@ var vNode = {
|
|
|
this.bidProject = false
|
|
|
},
|
|
|
getShareParams () {
|
|
|
+ var params = location.href.indexOf('?') > -1 ? '&fid=' + this.fid + '&sid=' + this.sid : '?fid=' + this.fid + '&sid=' + this.sid
|
|
|
this.proParams = {
|
|
|
type: '2',
|
|
|
id: this.sid,
|
|
|
- referer: location.href + '?fid=' + this.fid + '&sid=' + this.sid
|
|
|
+ referer: location.href + params
|
|
|
}
|
|
|
},
|
|
|
goAnalysis: function () {
|