mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +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) {
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user