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
4f94dd3260
commit
33551062e3
@ -65,7 +65,7 @@ export default createComponent({
|
|||||||
|
|
||||||
getIconURL(icon) {
|
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