Feat:分享调整

This commit is contained in:
modendeveloper
2024-11-30 18:56:59 +08:00
parent fc47a981f9
commit f65c033bd7
4 changed files with 9 additions and 8 deletions
+1
View File
@@ -719,6 +719,7 @@ export default {
if (options.scene || obj.query.scene) {
const query = options ? decodeURIComponent(options.scene) : decodeURIComponent(obj.query.scene)
this.partnerId = getUrlParam(query, 'partnerId') || null
this.id = getUrlParam(query, 'id') || null
}
}
if (this.partnerId) cookie.set('spread', this.partnerId)