Showing
1 changed file
with
2 additions
and
2 deletions
@@ -75,9 +75,9 @@ | @@ -75,9 +75,9 @@ | ||
75 | 75 | ||
76 | {{#if @root.isLogin}} | 76 | {{#if @root.isLogin}} |
77 | {{#if @root.isApp}} | 77 | {{#if @root.isApp}} |
78 | - _hmt.push(['_setCustomVar', 1, 'loginFromApp', true, 2]); | 78 | + _hmt.push(['_setCustomVar', 1, 'login', 'app', 2]); |
79 | {{^}} | 79 | {{^}} |
80 | - _hmt.push(['_setCustomVar', 1, 'login', true, 2]); | 80 | + _hmt.push(['_setCustomVar', 1, 'login', 'h5', 2]); |
81 | {{/if}} | 81 | {{/if}} |
82 | {{/if}} | 82 | {{/if}} |
83 | }, 1000); | 83 | }, 1000); |
-
Please register or login to post a comment