Skip to content

Commit

Permalink
refactor: update behavior userId field
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-xufei committed Aug 28, 2023
1 parent 7ff954b commit c378413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dfs/src/plugins/buried.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const TIME_ON_PAGE_KEY = 'TAPDATA_PAGE_SESSTION'
export const buried = (code, page, attrs, sid) => {
let userInfo = window.__USER_INFO__ || {}
let data = {
user_id: userInfo.user_id || '',
user_id: userInfo.userId || '',
code,
page
}
Expand Down

0 comments on commit c378413

Please sign in to comment.