style(ShareSheet): update qrcode icon

This commit is contained in:
chenjiahan 2021-01-19 10:20:22 +08:00
parent ca66fbca36
commit 32a08bb680

View File

@ -17,7 +17,7 @@ const PRESET_ICONS = [
function getIconURL(icon) { function getIconURL(icon) {
if (PRESET_ICONS.indexOf(icon) !== -1) { 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; return icon;
} }