|
@@ -144,7 +144,7 @@ if (!window.utilsEnv) {
|
|
|
var inApp = this.getIsInTheAppContainer()
|
|
|
var platformOS = this.androidOrIOS()
|
|
|
var getPlatform = function () {
|
|
|
- var h5host = this.getIsH5HostName()
|
|
|
+ var h5host = window.utilsEnv.getIsH5HostName()
|
|
|
if (inApp) {
|
|
|
return 'app'
|
|
|
} else if (h5host) {
|