Skip to content

Commit

Permalink
style(ShareSheet): update qrcode icon
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jan 19, 2021
1 parent 4f94dd3 commit 3355106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/share-sheet/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3355106

Please sign in to comment.