diff --git a/src/share-sheet/index.js b/src/share-sheet/index.js index b84c72c8a..b77390197 100644 --- a/src/share-sheet/index.js +++ b/src/share-sheet/index.js @@ -65,7 +65,7 @@ export default createComponent({ 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;