...
|
...
|
@@ -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();
|
|
|
|
...
|
...
|
|