From 33551062e3e946107b05841ddd3914ab996600ce Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Tue, 19 Jan 2021 10:20:20 +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 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;