Showing
1 changed file
with
1 additions
and
1 deletions
@@ -104,7 +104,7 @@ const getLimitCodeUrl = (productCode, skn, ua) => { | @@ -104,7 +104,7 @@ const getLimitCodeUrl = (productCode, skn, ua) => { | ||
104 | 104 | ||
105 | let isIphone = String(ua).indexOf('iPhone') >= 0; | 105 | let isIphone = String(ua).indexOf('iPhone') >= 0; |
106 | let isIpad = ua.indexOf('iPad') >= 0; | 106 | let isIpad = ua.indexOf('iPad') >= 0; |
107 | - | 107 | + |
108 | if (isIphone || isIpad) { | 108 | if (isIphone || isIpad) { |
109 | let params = {}; | 109 | let params = {}; |
110 | 110 |
-
Please register or login to post a comment