...
|
...
|
@@ -76,7 +76,8 @@ const _getFilterUrl = url => { |
|
|
|
|
|
if (strrpos(url, 'm.yohobuy.com') && !strrpos(url, 'sale.m.yohobuy.com') && !strrpos(url, 'cuxiao.m.yohobuy.com') &&
|
|
|
!strrpos(url, 'activity.m.yohobuy.com') && !strrpos(url, 'huodong.m.yohobuy.com') &&
|
|
|
strrpos(url, 'cdn.yoho.cn/myohobuy') && !strrpos(url, '/home/orders/pay')) {
|
|
|
strrpos(url, 'cdn.yoho.cn/myohobuy') && !strrpos(url, '/home/orders/pay') &&
|
|
|
!strrpos(url, '/home/orders/paynew')) {
|
|
|
url = url.replace('http://', '//');
|
|
|
}
|
|
|
|
...
|
...
|
|