Showing
1 changed file
with
1 additions
and
1 deletions
@@ -66,7 +66,7 @@ export default { | @@ -66,7 +66,7 @@ export default { | ||
66 | methods: { | 66 | methods: { |
67 | report(param) { | 67 | report(param) { |
68 | 68 | ||
69 | - const prefix = this.yoho.isiOS ? 'i' : (this.yoho.isAndroid ? 'a' : ''); | 69 | + const prefix = this.yoho.env.isiOS ? 'i' : (this.yoho.env.isAndroid ? 'a' : ''); |
70 | _.each(param, item => { | 70 | _.each(param, item => { |
71 | if (this.pageNameMap[item.P_NAME]) { | 71 | if (this.pageNameMap[item.P_NAME]) { |
72 | item.P_NAME = this.pageNameMap[item.P_NAME]; | 72 | item.P_NAME = this.pageNameMap[item.P_NAME]; |
-
Please register or login to post a comment