|
|
|
@ -253,7 +253,7 @@ export default { |
|
|
|
merchantNo: merchantNo, |
|
|
|
uniqueId:this.uniqueId, |
|
|
|
source: 0, |
|
|
|
url: encodeURIComponent(location.href) |
|
|
|
url: encodeURIComponent(location.href.split('#')[0]) |
|
|
|
}); |
|
|
|
}, |
|
|
|
countExtend() { |
|
|
|
@ -264,7 +264,7 @@ export default { |
|
|
|
timeStr: this.getTime(Date.now()) |
|
|
|
}; |
|
|
|
homeApi.countExtend(params).then(res => { |
|
|
|
|
|
|
|
|
|
|
|
resolve(); |
|
|
|
}); |
|
|
|
}); |
|
|
|
@ -416,7 +416,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 = ''; |
|
|
|
@ -436,7 +436,7 @@ export default { |
|
|
|
resolve(); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
}; |
|
|
|
</script> |
|
|
|
|