Authored by htoooth

Merge branch 'master' into feature/product-detail

1 { 1 {
2 "name": "yohobuy-node", 2 "name": "yohobuy-node",
3 - "version": "4.8.17", 3 + "version": "4.8.18",
4 "private": true, 4 "private": true,
5 "description": "A New Yohobuy Project With Express", 5 "description": "A New Yohobuy Project With Express",
6 "repository": { 6 "repository": {
@@ -98,7 +98,8 @@ function getShoppingKey() { @@ -98,7 +98,8 @@ function getShoppingKey() {
98 a.async = 1; 98 a.async = 1;
99 a.src = j; 99 a.src = j;
100 m.parentNode.insertBefore(a, m); 100 m.parentNode.insertBefore(a, m);
101 -}(window, document, 'script', '//cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas')); 101 +})(window, document, 'script', (document.location.protocol === 'https:' ? 'https' : 'http') + '://' + // eslint-disable-line
  102 +'cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas'); // eslint-disable-line
102 103
103 (function() { 104 (function() {
104 var uid = getUid(); 105 var uid = getUid();
@@ -742,6 +742,10 @@ @@ -742,6 +742,10 @@
742 i { 742 i {
743 font-style: italic; 743 font-style: italic;
744 } 744 }
  745 +
  746 + img {
  747 + max-width: 100%;
  748 + }
745 } 749 }
746 750
747 .consults { 751 .consults {