...
|
...
|
@@ -36,6 +36,8 @@ function iPhoneXHandler(innerHeight) { |
|
|
|
|
|
if (yoho.isWechat && window.history.length === 1) {
|
|
|
$yohoBody.addClass('iphonex-series');
|
|
|
} else if (yoho.isApp) {
|
|
|
$yohoBody.addClass('iphonex-series');
|
|
|
} else {
|
|
|
if (innerHeight < currentInnerHeight) {
|
|
|
$yohoBody.addClass('iphonex-series');
|
...
|
...
|
|