style(ShareSheet): update qrcode icon

This commit is contained in:
chenjiahan 2021-01-19 10:20:20 +08:00
parent 4f94dd3260
commit 33551062e3

View File

@ -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;