Authored by 郭成尧

ua判断

... ... @@ -104,7 +104,7 @@ const getLimitCodeUrl = (productCode, skn, ua) => {
let isIphone = String(ua).indexOf('iPhone') >= 0;
let isIpad = ua.indexOf('iPad') >= 0;
if (isIphone || isIpad) {
let params = {};
... ...