mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 15:40:52 +00:00
style(ShareSheet): update qrcode icon
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user