Authored by htoooth

unity_type fix

... ... @@ -156,7 +156,12 @@ Page(Object.assign({
});
yas = new Yas(app); // 实例化埋点
yas.pageOpenReport();
// 必须这样做
let route = 'pages/product/detail/detail';
yas.pageOpenReport(null, {
PAGE_PATH: query.unionType ? `${route}?union_type=${query.unionType}` : route
});
this.initActionSheet();
... ...
... ... @@ -33,7 +33,7 @@
"list": []
},
"miniprogram": {
"current": 7,
"current": 5,
"list": [
{
"id": 0,
... ... @@ -74,7 +74,12 @@
"id": 5,
"name": "情详页-好友助力",
"pathName": "pages/product/detail/detail",
"query": "limitProductCode=2018062815591248"
"query": "limitProductCode=2018062815591248&unionType=10007",
"scene": "1037",
"referrerInfo": {
"appId": "wx084ab813d88c594b",
"extraData": "{}"
}
},
{
"id": 6,
... ...