Commit 49aa464f by 李嘉林

🤡 fix: 埋点参数反了

parent 5959471d
...@@ -242,9 +242,9 @@ wx.onAppRoute(res => { ...@@ -242,9 +242,9 @@ wx.onAppRoute(res => {
}).then(() => { }).then(() => {
let trackPageViewQuery = { let trackPageViewQuery = {
title: '', title: '',
location: res.path, location: `${res.path}${serialize(res.query)?('?'+serialize(res.query)):''}`,
// path: fromPath.substring(0, fromPath.length - 5), // path: fromPath.substring(0, fromPath.length - 5),
path: `${res.path}${serialize(res.query)?('?'+serialize(res.query)):''}`, path: res.path,
sales: spokesmanId || "", sales: spokesmanId || "",
userId: userId || "", userId: userId || "",
lsdcode: getStoreInfo().offlineShopCode, lsdcode: getStoreInfo().offlineShopCode,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment