diff --git a/src/share-sheet/index.js b/src/share-sheet/index.js index cb1ae76de..57edfb7f5 100644 --- a/src/share-sheet/index.js +++ b/src/share-sheet/index.js @@ -17,7 +17,7 @@ const PRESET_ICONS = [ function getIconURL(icon) { if (PRESET_ICONS.indexOf(icon) !== -1) { - return `https://img.yzcdn.cn/vant/share-icon-${icon}.png`; + return `https://img.yzcdn.cn/vant/share-sheet-${icon}.png`; } return icon; }