mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
style(ShareSheet): update qrcode icon
This commit is contained in:
parent
ca66fbca36
commit
32a08bb680
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user