Authored by ping

修改图片

... ... @@ -108,10 +108,10 @@
var yas_h = document.location.hostname;
var yas_key = 'yohood_m';
var yas_device = 'ios';
if(navigator.userAgent.match('/android/i')) {
if(navigator.userAgent.match(/android/i)) {
yas_device = 'android';
}
if(navigator.userAgent.match('/buy/i')) {
if(navigator.userAgent.match(/buy/i)) {
yas_key = 'yohood_' + yas_device;
}
(function(w,d,s,j,f){w['YohoAcquisitionObject'] = f;w[f] = function(){w[f].p = arguments;};
... ...
... ... @@ -90,10 +90,10 @@
var yas_h = document.location.hostname;
var yas_key = 'yohood_m';
var yas_device = 'ios';
if(navigator.userAgent.match('/android/i')) {
if(navigator.userAgent.match(/android/i)) {
yas_device = 'android';
}
if(navigator.userAgent.match('/buy/i')) {
if(navigator.userAgent.match(/buy/i)) {
yas_key = 'yohood_' + yas_device;
}
(function(w,d,s,j,f){w['YohoAcquisitionObject'] = f;w[f] = function(){w[f].p = arguments;};
... ...

58.2 KB | W: | H:

58.5 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -91,10 +91,10 @@
var yas_key = 'yohood_m';
var yas_device = 'ios';
if(navigator.userAgent.match('/android/i')) {
if(navigator.userAgent.match(/android/i)) {
yas_device = 'android';
}
if(navigator.userAgent.match('/buy/i')) {
if(navigator.userAgent.match(/buy/i)) {
yas_key = 'yohood_' + yas_device;
}
(function(w,d,s,j,f){w['YohoAcquisitionObject'] = f;w[f] = function(){w[f].p = arguments;};
... ...