Authored by 郭成尧

ua判断

@@ -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