Showing
1 changed file
with
1 additions
and
1 deletions
@@ -867,7 +867,7 @@ class Helpers | @@ -867,7 +867,7 @@ class Helpers | ||
867 | if (empty($cn_alphabet)) { | 867 | if (empty($cn_alphabet)) { |
868 | $cn_alphabet = 'goods.html'; | 868 | $cn_alphabet = 'goods.html'; |
869 | } | 869 | } |
870 | - return 'http://item.yohobuy.com/product/pro_' . $product_id . '_' . $goods_id . '/' . $cn_alphabet. '.html'; | 870 | + return '//item.yohobuy.com/product/pro_' . $product_id . '_' . $goods_id . '/' . $cn_alphabet. '.html'; |
871 | } | 871 | } |
872 | 872 | ||
873 | /** | 873 | /** |
-
Please register or login to post a comment