From 32a08bb6807d9d38027e03eef376d82b6eab282e Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Tue, 19 Jan 2021 10:20:22 +0800 Subject: [PATCH] style(ShareSheet): update qrcode icon --- src/share-sheet/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }