|
|
|
@ -250,7 +250,7 @@ export default { |
|
|
|
merchantNo: merchantNo, |
|
|
|
uniqueId:this.uniqueId, |
|
|
|
source: 0, |
|
|
|
url: encodeURIComponent(location.href) |
|
|
|
url: encodeURIComponent(location.href.split('#')[0]) |
|
|
|
}); |
|
|
|
}, |
|
|
|
countExtend() { |
|
|
|
@ -261,7 +261,7 @@ export default { |
|
|
|
timeStr: this.getTime(Date.now()) |
|
|
|
}; |
|
|
|
homeApi.countExtend(params).then(res => { |
|
|
|
|
|
|
|
|
|
|
|
resolve(); |
|
|
|
}); |
|
|
|
}); |
|
|
|
@ -413,7 +413,7 @@ export default { |
|
|
|
// this.getLocation(); |
|
|
|
this.getData(); |
|
|
|
let uuniqueId = Qs.parse(location.search.substring(1)).uniqueId |
|
|
|
|
|
|
|
|
|
|
|
if(uuniqueId !== undefined && uuniqueId !== null && uuniqueId !== ""){ |
|
|
|
this.countExtend(); |
|
|
|
uuniqueId = ''; |
|
|
|
@ -433,7 +433,7 @@ export default { |
|
|
|
resolve(); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
}; |
|
|
|
</script> |
|
|
|
|